mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
0.23.0
This commit is contained in:
parent
7a1aa92b79
commit
49c965869d
182 changed files with 35454 additions and 11916 deletions
57
Changelog.md
57
Changelog.md
|
@ -1,3 +1,58 @@
|
|||
# 0.23.0
|
||||
![](media/changelog/0.23.0.png)
|
||||
|
||||
> Job Choices, Aging Up and Furniture Fun
|
||||
|
||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/400497/0230-job-choices-aging-up-and-furniture-fun) or [on Steam](https://store.steampowered.com/news/app/1651490/view/3344500789303904087).
|
||||
|
||||
Additions
|
||||
- Added choice prompts for jobs and students, which appear randomly and allow the player to influence the situation
|
||||
- Added the ability for children to age up into adults
|
||||
- Added a baking skill and several food items that can be baked
|
||||
- Added the ability to add candles to cake to celebrate someone's birthday
|
||||
- Added a bigger version of the fitness rug
|
||||
- Added a cheaper computer
|
||||
- Added two new chairs
|
||||
- Added four new flower vases
|
||||
- Added two new small lamps
|
||||
- Added a taller wooden fence
|
||||
- Added a small coffee table and a new TV stand
|
||||
- Added two new roof textures
|
||||
- Added the ability to rummage through trash to dig up thrown away items
|
||||
- Added kissing
|
||||
- Added a search bar to the hint history menu
|
||||
- Added more actions for people that have diet personalities
|
||||
- Added decorative power poles to the default map
|
||||
|
||||
Improvements
|
||||
- Clarify that puddles on natural ground can't be mopped
|
||||
- Allow wall sinks to get dirty
|
||||
- Display some important tooltip information properly when using a gamepad
|
||||
- Disallow sleeping when stunned
|
||||
- Go back to the starting location after jogging
|
||||
- Improve the action variety screen when other people are involved by increasing the size of their portrait
|
||||
- Allow using WASD to control the camera by default
|
||||
- Made trash cans fill up with trash
|
||||
- Order action varieties by name
|
||||
- Display learned recipes and woodworking recipes when leveling up the cooking and woodworking skills
|
||||
- Display a security disclaimer when enabling mods
|
||||
- Play sounds for broken objects
|
||||
|
||||
Fixes
|
||||
- Fixed people's shoes rendering above the picnic table when sitting
|
||||
- Fixed lights being clipped early, causing them to disappear visually
|
||||
- Fixed people sometimes putting objects down on surfaces with the wrong rotation
|
||||
- Fixed some issues on the default map, including walden household duplications and a missing chair
|
||||
- Fixed diet personalities not being incompatible with each other
|
||||
- Fixed issues with the smoke particle displaying behind objects
|
||||
- Fixed people doing the walking animation while their pathfinding is still calculating
|
||||
- Fixed people sometimes not leaving a lot when asked to
|
||||
- Fixed "got food somewhere else" notifications being displayed for every household
|
||||
- Fixed emotion stings playing if the same person is selected again
|
||||
- Fixed children being able to tinker with stuff
|
||||
- Fixed being unable to place rugs under tables that have something on them
|
||||
- Fixed lamps in storage lighting up the place they used to occupy when reloading a save
|
||||
|
||||
# 0.22.2
|
||||
|
||||
> Small Improvements, Important Fixes
|
||||
|
@ -1059,4 +1114,4 @@ Fixes
|
|||
- Fixed an issue with driving causing crashes occasionally
|
||||
|
||||
# 0.1.0
|
||||
- Initial alpha release
|
||||
- Initial alpha release
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"TinyLife": "TinyLife.yml",
|
||||
"TinyLife.Actions": "TinyLife.Actions.yml",
|
||||
"TinyLife.Actions.": "TinyLife.Actions..yml",
|
||||
"TinyLife.Actions.Action": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
|
||||
|
@ -12,7 +13,7 @@
|
|||
"TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
|
||||
|
@ -35,8 +36,10 @@
|
|||
"TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionType": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AddALittleSomething": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AddCandle": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AdmireFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AdmireLgbtFlag": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AgeUp": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
|
@ -53,7 +56,9 @@
|
|||
"TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AskToTaste": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AskToTellStory": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BoastAboutPagesWritten": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BreakUp": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BrewCoffee": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -71,7 +76,9 @@
|
|||
"TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanPlaceHeldItem(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CelebrateBirthday": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ChastiseForFoodBeliefs": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ChatWith": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -90,6 +97,8 @@
|
|||
"TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CreateApp": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.DebatePineappleOnPizza": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.DebugDie": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.DebugTeleport": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.DeliverMail": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Die": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -103,6 +112,7 @@
|
|||
"TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.FoolAround": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GetFoodFromDisplayCase": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GetFoodSomewhereElse": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -144,12 +154,14 @@
|
|||
"TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.JokeAboutWritingStyle": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Kiss": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.LiftWeights": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.LightFireplace": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.LockDoor": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.LotEmploymentIdle": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfBeingNerd": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfFriends": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -192,6 +204,7 @@
|
|||
"TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Repair": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ResearchProgrammingPatterns": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Rummage": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.RunAround": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.RunOnTreadmill": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Scrap": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -304,6 +317,7 @@
|
|||
"TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.BehaviorMultiAction`1.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.BehaviorMultiAction`1.GetIconObject": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.BehaviorMultiAction`1.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
|
||||
"TinyLife.Actions.Behaviors": "TinyLife.Actions.Behaviors.yml",
|
||||
|
@ -333,6 +347,7 @@
|
|||
"TinyLife.Actions.Behaviors.MultiActionBehavior": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.SinkBehavior": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
|
||||
|
@ -343,26 +358,6 @@
|
|||
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
|
||||
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
|
||||
"TinyLife.Actions.CanExecuteResult": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.Equals(System.Object)": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.Equals(TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.GetHashCode": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.Hidden": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.LotStaffOnly": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.Name": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.NotEnoughMoney": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.NotEnoughSkill": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.NotYours": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.ObjectBroken": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.op_Equality(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.op_Inequality(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.ResultType": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.ResultType.Hidden": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
|
||||
"TinyLife.Actions.CanExecuteResult.ResultType.Invalid": "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.Valid": "TinyLife.Actions.CanExecuteResult.yml",
|
||||
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
|
||||
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
|
||||
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
|
||||
|
@ -424,6 +419,7 @@
|
|||
"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.CreateLastActions": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml",
|
||||
"TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml",
|
||||
|
@ -472,7 +468,6 @@
|
|||
"TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PickUpOrSpawnAction.ColorsToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PickUpOrSpawnAction.CreateFirstActions": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PickUpOrSpawnAction.GetIconObject": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PickUpOrSpawnAction.ItemCategory": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||
"TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml",
|
||||
|
@ -480,6 +475,10 @@
|
|||
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
|
||||
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
|
||||
"TinyLife.Actions.PutAwayAction.Items": "TinyLife.Actions.PutAwayAction.yml",
|
||||
"TinyLife.Actions.ResultType": "TinyLife.Actions.ResultType.yml",
|
||||
"TinyLife.Actions.ResultType.Hidden": "TinyLife.Actions.ResultType.yml",
|
||||
"TinyLife.Actions.ResultType.Invalid": "TinyLife.Actions.ResultType.yml",
|
||||
"TinyLife.Actions.ResultType.Valid": "TinyLife.Actions.ResultType.yml",
|
||||
"TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml",
|
||||
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
|
||||
"TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml",
|
||||
|
@ -494,7 +493,6 @@
|
|||
"TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml",
|
||||
"TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.AndThenInitialize": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.AndThenIsCompleted": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
|
||||
|
@ -503,17 +501,21 @@
|
|||
"TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.CreateFirstActions": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.FacePartner": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.IsMain": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.PartnerCompletion": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.StartPartnerAction": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
|
||||
"TinyLife.Actions.SocialAction.StartPartnerAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
|
||||
"TinyLife.Actions.SocialAction.StartPartnerAction.Initialize": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
|
||||
"TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
|
||||
"TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.StoreAction": "TinyLife.Actions.StoreAction.yml",
|
||||
"TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml",
|
||||
|
@ -580,6 +582,15 @@
|
|||
"TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.IsMain": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.Partner": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.PartnerSocialAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.PartnerTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.SocialParent": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SocialTypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.SpawnItemInHandAction": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
|
||||
"TinyLife.Actions.Typeless.SpawnItemInHandAction.#ctor(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType,System.Int32[])": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
|
||||
"TinyLife.Actions.Typeless.SpawnItemInHandAction.ColorsToSpawn": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
|
||||
|
@ -618,7 +629,6 @@
|
|||
"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
|
@ -628,18 +638,21 @@
|
|||
"TinyLife.Actions.Typeless.TypelessAction.IsCompleted": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Parent": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Person": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml",
|
||||
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml",
|
||||
|
@ -672,7 +685,22 @@
|
|||
"TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Actions.WorkAction.AndThenIsCompleted": "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.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,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.SuccessWeight": "TinyLife.ChoicePromptInfo.Option.yml",
|
||||
"TinyLife.ChoicePromptInfo.Options": "TinyLife.ChoicePromptInfo.yml",
|
||||
"TinyLife.Debug": "TinyLife.Debug.yml",
|
||||
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
|
||||
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
|
||||
|
@ -687,6 +715,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32})": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.ValueTuple{TinyLife.Emotions.IEmotionSource,System.Int32}})": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AdmiredFood": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AgedUp": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AggravatingConversation": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -714,6 +743,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.DirtyDishes": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.DirtyHandsAfterToilet": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.DirtyObject": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.DisplayName": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.EmergencyFood": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Emotion": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.EnergizingCoffee": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -729,6 +759,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.FinishedBook": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FinishedMod": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Fired": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FirstKiss": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FitnessLevelUp": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FoolAroundFail": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -740,6 +771,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.FunPlaying": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.FunSchoolDay": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.GetCausedEmotion(TinyLife.Objects.Person)": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.GetDisplayName(TinyLife.Emotions.EmotionModifier.Instance)": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.GoodChildFood": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.GoodFood": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.GoodWalkthrough": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -754,6 +786,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.Instance": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.Amount": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.Person": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.Source": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.Time": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Instance.TotalTime": "TinyLife.Emotions.EmotionModifier.Instance.yml",
|
||||
|
@ -764,6 +797,10 @@
|
|||
"TinyLife.Emotions.EmotionModifier.IntrovertedHomeLong": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.IntrovertedOverstimulated": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.IntrovertedStrangerDanger": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JobChoicePromptFailed": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JobChoicePromptFailedPerformance": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccess": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccessPerformance": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LazyWorkout": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LostTournament": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LovelyInteraction": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -815,6 +852,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.StartedDating": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.StrokeOfGenius": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.SuccessfullyPublished": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.SuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.TerribleAtSchool": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.TinkerFail": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -825,6 +863,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.TvRomantic": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.UnsuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.UpsettingConversation": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.UsefulProgrammingResearch": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -914,6 +953,7 @@
|
|||
"TinyLife.GenealogyType.Sibling": "TinyLife.GenealogyType.yml",
|
||||
"TinyLife.GenealogyType.Unrelated": "TinyLife.GenealogyType.yml",
|
||||
"TinyLife.Goals": "TinyLife.Goals.yml",
|
||||
"TinyLife.Goals.": "TinyLife.Goals..yml",
|
||||
"TinyLife.Goals.AmountGoal": "TinyLife.Goals.AmountGoal.yml",
|
||||
"TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AmountGoal.yml",
|
||||
"TinyLife.Goals.AmountGoal.GetDisplayedProgress": "TinyLife.Goals.AmountGoal.yml",
|
||||
|
@ -933,8 +973,8 @@
|
|||
"TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.AutoInfo": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.AutoTriggerGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||
"TinyLife.Goals.ConditionedGoal": "TinyLife.Goals.ConditionedGoal.yml",
|
||||
"TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.ConditionedGoal.yml",
|
||||
|
@ -964,7 +1004,7 @@
|
|||
"TinyLife.Goals.GoalInfo.Name": "TinyLife.Goals.GoalInfo.yml",
|
||||
"TinyLife.Goals.GoalSet": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo,TinyLife.Objects.Person)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.GetGoal``1": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.GetGoal``1(System.String)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.GetGoals``1": "TinyLife.Goals.GoalSet.yml",
|
||||
|
@ -978,19 +1018,6 @@
|
|||
"TinyLife.Goals.GoalSetInfo.#ctor(TinyLife.Goals.GoalInfo[])": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalSetInfo.Configurations": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalSetInfo.Construct(TinyLife.Objects.Person)": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalTrigger": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.#ctor(System.String)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ActionCompleted": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ActionUpdate": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.EarnMoney": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Equals(System.Object)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.FurnitureCreated": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.GetHashCode": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Name": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.op_Equality(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.op_Inequality(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.PersonUpdate": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.Job": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.AddLevel(System.Int32)": "TinyLife.Goals.Job.yml",
|
||||
|
@ -998,15 +1025,19 @@
|
|||
"TinyLife.Goals.Job.CurrentHourlyPay": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.DailyTasks": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.HasRequiredPromotionSkills": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.JobPerformanceDelegate": "TinyLife.Goals.Job.JobPerformanceDelegate.yml",
|
||||
"TinyLife.Goals.Job.Level": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.OnGetWorkingPerformance": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.Performance": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.Person": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.Type": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.Update(System.TimeSpan)": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Job.yml",
|
||||
"TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.#ctor(System.String,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.DailyTaskImportance": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.DailyTasks": "TinyLife.Goals.JobType.yml",
|
||||
|
@ -1034,6 +1065,7 @@
|
|||
"TinyLife.Goals.LifeGoal": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.#ctor(System.String,TinyLife.PersonalityType,TinyLife.Goals.GoalSetInfo[])": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.AllowedAges": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.CapableCarpenter": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.Chef": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.ComputerAddict": "TinyLife.Goals.LifeGoal.yml",
|
||||
"TinyLife.Goals.LifeGoal.FriendOfEveryone": "TinyLife.Goals.LifeGoal.yml",
|
||||
|
@ -1129,6 +1161,7 @@
|
|||
"TinyLife.LnCategory": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.BuildMode": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.ChoicePrompts": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.Clothes": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.Emotions": "TinyLife.LnCategory.yml",
|
||||
"TinyLife.LnCategory.Food": "TinyLife.LnCategory.yml",
|
||||
|
@ -1239,6 +1272,7 @@
|
|||
"TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.OnRemoved": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
|
@ -1319,6 +1353,8 @@
|
|||
"TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.HasCandle": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
|
@ -1355,6 +1391,7 @@
|
|||
"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDisplayName": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -1362,6 +1399,7 @@
|
|||
"TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetVisibility": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.HasParent": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -1411,7 +1449,7 @@
|
|||
"TinyLife.Objects.FurnitureType.DecorativeLogPile": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DirtyTextures": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Doormat": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,Microsoft.Xna.Framework.Graphics.SpriteEffects)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DrawDirtyOverlay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1449,6 +1487,7 @@
|
|||
"TinyLife.Objects.FurnitureType.HasCategory(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.HomeworkBook": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.HugeRectangleRug": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.LargePotPlant": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.LargeRectangleRug": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.LargeRoundRug": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1459,6 +1498,7 @@
|
|||
"TinyLife.Objects.FurnitureType.MapleTree": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.MixologyKit": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernBed": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernBedsideLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernChair": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernComputer": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernFridge": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1466,15 +1506,18 @@
|
|||
"TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernStove": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernTv": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernTvStand": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ModernWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Mop": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Newspaper": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.OakTree": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.OldComputer": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.OrnateBed": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.OrnateFlowerBed": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.OrnateSingleBed": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.PaintBrush": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.PotPlant": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.PreparedFood": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1511,6 +1554,7 @@
|
|||
"TinyLife.Objects.FurnitureType.SmallMirror": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SmallPicnicTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SmallRocks": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SmallShovel": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SmallSimpleCurtain": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SourceString": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1520,14 +1564,17 @@
|
|||
"TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.StandingCoatRack": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.StorageBoxSeat": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.StreetLamps": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Succulents": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallCountryFence": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TinyDinnerTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ToyCar": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TraditionalBar": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TraditionalBedsideLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TraditionalCounter": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TraditionalFireplace": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1549,6 +1596,7 @@
|
|||
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
|
@ -1560,6 +1608,7 @@
|
|||
"TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.Price": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.Reliability": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.SetData(System.String,System.Object)": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.Size": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.TypeSettings.Tab": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
|
@ -1568,9 +1617,13 @@
|
|||
"TinyLife.Objects.FurnitureType.TypeSettings.WaterRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||
"TinyLife.Objects.FurnitureType.UnfinishedWoodwork": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Vases": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodenPowerPole": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodenPowerPoleLine": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodenStool": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodenToyBox": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodworkingChair": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.WoodworkingChairArmrests": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1584,6 +1637,13 @@
|
|||
"TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml",
|
||||
"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.IUpdatingObject.yml",
|
||||
"TinyLife.Objects.LifeSpan": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.Infinite": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.Long": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.Normal": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.Short": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.VeryLong": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.LifeSpan.VeryShort": "TinyLife.Objects.LifeSpan.yml",
|
||||
"TinyLife.Objects.Light": "TinyLife.Objects.Light.yml",
|
||||
"TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "TinyLife.Objects.Light.yml",
|
||||
"TinyLife.Objects.Light.CameraOffset": "TinyLife.Objects.Light.yml",
|
||||
|
@ -1613,8 +1673,9 @@
|
|||
"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.CurrentRoom": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.MapObject.yml",
|
||||
|
@ -1674,6 +1735,7 @@
|
|||
"TinyLife.Objects.ObjectCategory.Fridge": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Gravestone": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Ground": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.GroundItem": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Holdable": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Lamp": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.LargeSurfaceObject": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -1693,6 +1755,7 @@
|
|||
"TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Sandbox": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -1767,6 +1830,7 @@
|
|||
"TinyLife.Objects.Particle.Position": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.Scale": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.SpriteEffects": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.TimeToLive": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml",
|
||||
|
@ -1778,6 +1842,7 @@
|
|||
"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AddMemory(TinyLife.Goals.MemoryType,System.Boolean,System.Nullable{System.TimeSpan})": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Age": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AgeGroups": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AllActions": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml",
|
||||
|
@ -1785,13 +1850,14 @@
|
|||
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentOutfit": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentOutfitIndex": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentPose": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentRoom": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DaysLived": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DeathReason": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.Electrocution": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
|
@ -1809,6 +1875,7 @@
|
|||
"TinyLife.Objects.Person.EfficiencyModifierDelegate": "TinyLife.Objects.Person.EfficiencyModifierDelegate.yml",
|
||||
"TinyLife.Objects.Person.Emotion": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.EmotionModifiers": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.EmotionModifiersChangedDelegate": "TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml",
|
||||
"TinyLife.Objects.Person.EnqueueAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety,System.Boolean,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Finalize": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FindPathAsync(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Boolean})": "TinyLife.Objects.Person.yml",
|
||||
|
@ -1818,6 +1885,7 @@
|
|||
"TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetDaysBeforeAging": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetFreeTalkingSpots(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -1907,6 +1975,7 @@
|
|||
"TinyLife.Objects.Person.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Projects": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ReferenceTexture": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -1962,6 +2031,11 @@
|
|||
"TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml",
|
||||
"TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml",
|
||||
"TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml",
|
||||
"TinyLife.Objects.TrashCan": "TinyLife.Objects.TrashCan.yml",
|
||||
"TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.TrashCan.yml",
|
||||
"TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml",
|
||||
"TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)": "TinyLife.Objects.TrashCan.yml",
|
||||
"TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml",
|
||||
"TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml",
|
||||
"TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml",
|
||||
"TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)": "TinyLife.Objects.UnfinishedWoodwork.yml",
|
||||
|
@ -2066,6 +2140,8 @@
|
|||
"TinyLife.PerSaveOptions.MapCustom": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.MapName": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.MaxRegularVisitors": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.OtherLifespan": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.PlayedLifespan": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2075,6 +2151,7 @@
|
|||
"TinyLife.PersonalityType.Asexual": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.BoostedSkillTypes": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2118,6 +2195,7 @@
|
|||
"TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.GetRecentSocialAmount(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.HadFirstKiss": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.KnownPersonalityTypes": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Max": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.MaxRecentSocialsAmount": "TinyLife.Relationship.yml",
|
||||
|
@ -2151,25 +2229,28 @@
|
|||
"TinyLife.Skills": "TinyLife.Skills.yml",
|
||||
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.CanCreateFunc": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.CanEatFunc": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.CanHaveCandle": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Color": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Container": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetEmpty": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetTexture(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Glass": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.IsDrink": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Mug": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Name": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.FoodAmount": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
||||
|
@ -2177,10 +2258,11 @@
|
|||
"TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
||||
"TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single,TinyLife.Skills.SkillType)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetAllContainers(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPrice(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetTexture(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.IngredientSource": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||
"TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||
"TinyLife.Skills.FoodType.IngredientSource.Barbecue": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||
|
@ -2196,14 +2278,13 @@
|
|||
"TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.NeedsCooking": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.OnEaten": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.OnFoodEaten": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Price": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.RequiredCookingLevel": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Texture": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml",
|
||||
|
@ -2222,7 +2303,6 @@
|
|||
"TinyLife.Skills.Quality.Terrible": "TinyLife.Skills.Quality.yml",
|
||||
"TinyLife.Skills.Skill": "TinyLife.Skills.Skill.yml",
|
||||
"TinyLife.Skills.Skill.#ctor(TinyLife.Skills.SkillType)": "TinyLife.Skills.Skill.yml",
|
||||
"TinyLife.Skills.Skill.Gain(TinyLife.Objects.Person,System.Single)": "TinyLife.Skills.Skill.yml",
|
||||
"TinyLife.Skills.Skill.GetRequiredPointsToNextLevel": "TinyLife.Skills.Skill.yml",
|
||||
"TinyLife.Skills.Skill.Level": "TinyLife.Skills.Skill.yml",
|
||||
"TinyLife.Skills.Skill.LevelPercentage": "TinyLife.Skills.Skill.yml",
|
||||
|
@ -2237,6 +2317,8 @@
|
|||
"TinyLife.Skills.SkillCategory.Social": "TinyLife.Skills.SkillCategory.yml",
|
||||
"TinyLife.Skills.SkillType": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Int32,TinyLife.Skills.SkillCategory)": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.AdditionalEarnedActions": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.Baking": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.Categories": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.Charisma": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.ChildhoodMaxLevel": "TinyLife.Skills.SkillType.yml",
|
||||
|
@ -2543,6 +2625,7 @@
|
|||
"TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
|
@ -2561,6 +2644,7 @@
|
|||
"TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsVertical(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.JsonCopy``1(``0)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.Multiplier(TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToLocalizedString(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||
|
@ -2865,9 +2949,11 @@
|
|||
"TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.ModernFlat": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Name": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.OldStyleFlat": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Price": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Register(TinyLife.World.RoofType)": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.RoundedShingles": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.SheetMetal": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.SquareShingles": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Style": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Texture": "TinyLife.World.RoofType.yml",
|
||||
|
|
531
docs/api/TinyLife.Actions..yml
Normal file
531
docs/api/TinyLife.Actions..yml
Normal file
|
@ -0,0 +1,531 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Actions.
|
||||
commentId: T:TinyLife.Actions.
|
||||
id: ''
|
||||
parent: TinyLife.Actions
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Actions.
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ''
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA utility structure used by <xref href=\"TinyLife.Actions.ActionType.CanExecuteDelegate\" data-throw-if-not-resolved=\"false\"></xref> and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe <see cref=\"!:Name\"></see> of the <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> will be localized and displayed to the player if the <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> is not <see cref=\"!:Hidden\"></see> or <see cref=\"!:Valid\"></see>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class : IEquatable<>'
|
||||
content.vb: >-
|
||||
Public Class
|
||||
Implements IEquatable(Of )
|
||||
inheritance:
|
||||
- System.Object
|
||||
implements:
|
||||
- System.IEquatable{TinyLife.Actions.}
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Actions..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
references:
|
||||
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
parent: TinyLife.Actions
|
||||
name: ActionType.CanExecuteDelegate
|
||||
nameWithType: ActionType.CanExecuteDelegate
|
||||
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult
|
||||
parent: TinyLife.Actions
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- uid: TinyLife.Actions.ResultType
|
||||
commentId: T:TinyLife.Actions.ResultType
|
||||
parent: TinyLife.Actions
|
||||
name: ResultType
|
||||
nameWithType: ResultType
|
||||
fullName: TinyLife.Actions.ResultType
|
||||
- uid: TinyLife.Actions.ResultType.Invalid
|
||||
commentId: F:TinyLife.Actions.ResultType.Invalid
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.IEquatable{TinyLife.Actions.}
|
||||
commentId: T:System.IEquatable{TinyLife.Actions.}
|
||||
parent: System
|
||||
definition: System.IEquatable`1
|
||||
name: IEquatable<>
|
||||
nameWithType: IEquatable<>
|
||||
fullName: System.IEquatable<TinyLife.Actions.>
|
||||
nameWithType.vb: IEquatable(Of )
|
||||
fullName.vb: System.IEquatable(Of TinyLife.Actions.)
|
||||
name.vb: IEquatable(Of )
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Actions.
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Actions.
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<>()
|
||||
nameWithType: Extensions.JsonCopy<>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of )()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.)()
|
||||
name.vb: JsonCopy(Of )()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<>
|
||||
nameWithType: Extensions.JsonCopy<>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of )
|
||||
nameWithType: Extensions.JsonCopy(Of )
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.IEquatable`1
|
||||
commentId: T:System.IEquatable`1
|
||||
isExternal: true
|
||||
name: IEquatable<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
nameWithType.vb: IEquatable(Of T)
|
||||
fullName.vb: System.IEquatable(Of T)
|
||||
name.vb: IEquatable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>
|
||||
nameWithType: Extensions.JsonCopy<T>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy(Of T)
|
||||
nameWithType: Extensions.JsonCopy(Of T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
|
@ -15,7 +15,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.Type
|
||||
- TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||
|
@ -73,12 +73,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -556,16 +557,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
id: TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
id: TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -574,35 +575,39 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceResult
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 132
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThis is an external version of <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> which can be called from outside sources, like a <xref href=\"TinyLife.Objects.BreakableFurniture\" data-throw-if-not-resolved=\"false\"></xref> object.\nA reason is provided that can be used to decide whether the external object can cause this action to fail.\nBy default, this action sets <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> to true and returns true if <xref href=\"TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions\" data-throw-if-not-resolved=\"false\"></xref> doesn't return true.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual bool TryForceResult(CompletionType result, CanExecuteResult reason, MapObject source)
|
||||
content: public override bool TryForceResult(CompletionType result, CanExecuteResult? reason = null, MapObject source = null)
|
||||
parameters:
|
||||
- id: result
|
||||
type: TinyLife.Actions.CompletionType
|
||||
description: The result to force.
|
||||
- id: reason
|
||||
type: TinyLife.Actions.CanExecuteResult
|
||||
description: The reason for this action to fail.
|
||||
type: System.Nullable{TinyLife.Actions.CanExecuteResult}
|
||||
description: The reason for this action to fail. Can be null.
|
||||
- id: source
|
||||
type: TinyLife.Objects.MapObject
|
||||
description: The object that is trying to force this action to fail. Can be null.
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether this action was successfully forced to fail (if returning true, <xref href="TinyLife.Actions.Typeless.TypelessAction.ForceResult" data-throw-if-not-resolved="false"></xref> should also be set to true).
|
||||
content.vb: Public Overridable Function TryForceResult(result As CompletionType, reason As CanExecuteResult, source As MapObject) As Boolean
|
||||
content.vb: Public Overrides Function TryForceResult(result As CompletionType, reason As CanExecuteResult? = Nothing, source As MapObject = Nothing) As Boolean
|
||||
overridden: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
overload: TinyLife.Actions.Action.TryForceResult*
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
id: CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
|
@ -621,7 +626,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 147
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -665,7 +670,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 158
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1302,6 +1307,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1754,20 +1795,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1785,21 +1824,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1817,63 +1861,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4126,26 +4285,182 @@ references:
|
|||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: TinyLife.Objects.BreakableFurniture
|
||||
commentId: T:TinyLife.Objects.BreakableFurniture
|
||||
parent: TinyLife.Objects
|
||||
name: BreakableFurniture
|
||||
nameWithType: BreakableFurniture
|
||||
fullName: TinyLife.Objects.BreakableFurniture
|
||||
- uid: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult*
|
||||
commentId: Overload:TinyLife.Actions.Action.TryForceResult
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult
|
||||
parent: TinyLife.Actions
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- uid: System.Nullable{TinyLife.Actions.CanExecuteResult}
|
||||
commentId: T:System.Nullable{TinyLife.Actions.CanExecuteResult}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<CanExecuteResult>
|
||||
nameWithType: Nullable<CanExecuteResult>
|
||||
fullName: System.Nullable<TinyLife.Actions.CanExecuteResult>
|
||||
nameWithType.vb: Nullable(Of CanExecuteResult)
|
||||
fullName.vb: System.Nullable(Of TinyLife.Actions.CanExecuteResult)
|
||||
name.vb: Nullable(Of CanExecuteResult)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Nullable`1
|
||||
commentId: T:System.Nullable`1
|
||||
isExternal: true
|
||||
name: Nullable<T>
|
||||
nameWithType: Nullable<T>
|
||||
fullName: System.Nullable<T>
|
||||
nameWithType.vb: Nullable(Of T)
|
||||
fullName.vb: System.Nullable(Of T)
|
||||
name.vb: Nullable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SleepAction
|
||||
commentId: T:TinyLife.Actions.SleepAction
|
||||
isExternal: true
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 366
|
||||
startLine: 365
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvedNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 374
|
||||
startLine: 373
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 382
|
||||
startLine: 381
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -132,7 +132,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 389
|
||||
startLine: 388
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoAtAnyPoint
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 396
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -198,7 +198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 402
|
||||
startLine: 401
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteDelegate
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 215
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -42,7 +42,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 220
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 225
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameWithoutCategory
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 230
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 235
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 240
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 245
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -263,11 +263,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 251
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA delegate that returns a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> based on whether the given situation allows this action to be executed.\nThis value is initialized always return <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref>.\nTo query this delegate effectively, use <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>, which also validates the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredSkill\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality\" data-throw-if-not-resolved=\"false\"></xref> and the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nA delegate that returns a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> based on whether the given situation allows this action to be executed.\nThis value is initialized always return <see cref=\"!:CanExecuteResult.Valid\"></see>.\nTo query this delegate effectively, use <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>, which also validates the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredSkill\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality\" data-throw-if-not-resolved=\"false\"></xref> and the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public ActionType.CanExecuteDelegate CanExecute
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 256
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 261
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -362,11 +362,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Varieties
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 269
|
||||
startLine: 268
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA set of <xref href=\"TinyLife.Actions.ActionVariety\" data-throw-if-not-resolved=\"false\"></xref> instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref> function returned <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> invokes an action with a variety, it chooses a variety randomly based on its <xref href=\"TinyLife.Actions.ActionVariety.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>.\nTo query this function and do all of the appropriate error handling, use <xref href=\"TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nA set of <xref href=\"TinyLife.Actions.ActionVariety\" data-throw-if-not-resolved=\"false\"></xref> instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref> function returned <see cref=\"!:CanExecuteResult.Hidden\"></see>.\nWhen the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> invokes an action with a variety, it chooses a variety randomly based on its <xref href=\"TinyLife.Actions.ActionVariety.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>.\nTo query this function and do all of the appropriate error handling, use <xref href=\"TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Func<ActionInfo, IEnumerable<ActionVariety>> Varieties
|
||||
|
@ -395,7 +395,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ai
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 274
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -428,7 +428,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriateElsewhere
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 279
|
||||
startLine: 278
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -461,7 +461,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IconName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 285
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -494,7 +494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 291
|
||||
startLine: 290
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -527,11 +527,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 297
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThe <xref href=\"TinyLife.Skills.SkillType\" data-throw-if-not-resolved=\"false\"></xref> and level of the skill that is required for this action to become available, where otherwise it will be <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nIf the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.IconName\" data-throw-if-not-resolved=\"false\"></xref> is not set, the required skill's icon will automatically be used.\n"
|
||||
summary: "\nThe <xref href=\"TinyLife.Skills.SkillType\" data-throw-if-not-resolved=\"false\"></xref> and level of the skill that is required for this action to become available, where otherwise it will be <see cref=\"!:CanExecuteResult.Hidden\"></see>.\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nIf the <xref href=\"TinyLife.Actions.ActionType.TypeSettings.IconName\" data-throw-if-not-resolved=\"false\"></xref> is not set, the required skill's icon will automatically be used.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public (SkillType Type, int Level) RequiredSkill
|
||||
|
@ -560,7 +560,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 301
|
||||
startLine: 300
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -593,7 +593,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 306
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -626,7 +626,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 311
|
||||
startLine: 310
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -659,11 +659,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreObjectConditions
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 317
|
||||
startLine: 316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA function that can return whether a given <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>'s action conditions should be ignored in a given case.\nThis function is used in <xref href=\"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType%2cTinyLife.Actions.CanExecuteResult%2cTinyLife.Objects.MapObject)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to determine whether an action object should have a say in whether this action can be executed.\nBy default, this function is null, meaning no action object conditions will be ignored.\n"
|
||||
summary: "\nA function that can return whether a given <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>'s action conditions should be ignored in a given case.\nThis function is used in <xref href=\"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType%2cSystem.Nullable%7bTinyLife.Actions.CanExecuteResult%7d%2cTinyLife.Objects.MapObject)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to determine whether an action object should have a say in whether this action can be executed.\nBy default, this function is null, meaning no action object conditions will be ignored.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Func<(ActionInfo Info, bool Automatic, MapObject Object, bool IsAuxiliary, CanExecuteResult Reason), bool> IgnoreObjectConditions
|
||||
|
@ -692,7 +692,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerEmployment
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 323
|
||||
startLine: 322
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -725,7 +725,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 333
|
||||
startLine: 332
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -767,7 +767,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 344
|
||||
startLine: 343
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -805,7 +805,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 350
|
||||
startLine: 349
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -848,7 +848,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 355
|
||||
startLine: 354
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1359,9 +1359,6 @@ references:
|
|||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- uid: TinyLife.Actions.CanExecuteResult.Valid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.Valid
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
isExternal: true
|
||||
|
@ -1568,9 +1565,6 @@ references:
|
|||
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.CanExecuteResult.Hidden
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.Hidden
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.PersonAi
|
||||
commentId: T:TinyLife.Objects.PersonAi
|
||||
name: PersonAi
|
||||
|
@ -2022,14 +2016,18 @@ references:
|
|||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -2043,10 +2041,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -2058,7 +2067,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -2072,10 +2081,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionVariety
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 18
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddedConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 28
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 34
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -188,7 +188,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 40
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -254,7 +254,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 50
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -287,7 +287,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -320,7 +320,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 63
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -362,7 +362,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 73
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -404,7 +404,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 79
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -440,7 +440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 85
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -475,11 +475,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExecuted
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 96
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nReturns whether this action variety can be executed using the provided <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>.\nThis returns the result of <xref href=\"TinyLife.Actions.ActionVariety.CanExecute\" data-throw-if-not-resolved=\"false\"></xref>, or <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref> if it is null.\n"
|
||||
summary: "\nReturns whether this action variety can be executed using the provided <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>.\nThis returns the result of <xref href=\"TinyLife.Actions.ActionVariety.CanExecute\" data-throw-if-not-resolved=\"false\"></xref>, or <see cref=\"!:CanExecuteResult.Valid\"></see> if it is null.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public CanExecuteResult CanBeExecuted(ActionInfo info, bool automatic)
|
||||
|
@ -517,7 +517,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPassivePriority
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 112
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -556,7 +556,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FreePeople
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 123
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -597,7 +597,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 141
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -644,11 +644,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 160
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA helper method intended to be used with <xref href=\"TinyLife.Actions.ActionVariety.CustomLayout\" data-throw-if-not-resolved=\"false\"></xref> that creates a layout with the same, rectangular buttons as the default layout, but with the <xref href=\"TinyLife.Objects.Person.Portrait\" data-throw-if-not-resolved=\"false\"></xref> of the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> on the left\n"
|
||||
summary: "\nA helper method intended to be used with <xref href=\"TinyLife.Actions.ActionVariety.CustomLayout\" data-throw-if-not-resolved=\"false\"></xref> that creates a layout that includes the <xref href=\"TinyLife.Objects.Person.Portrait\" data-throw-if-not-resolved=\"false\"></xref> of the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> in the center bottom.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Action<Button> PortraitLayout(Person person)
|
||||
|
@ -1738,9 +1738,6 @@ references:
|
|||
- uid: TinyLife.Actions.ActionVariety.CanExecute
|
||||
commentId: F:TinyLife.Actions.ActionVariety.CanExecute
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.CanExecuteResult.Valid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.Valid
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.ActionVariety.CanBeExecuted*
|
||||
commentId: Overload:TinyLife.Actions.ActionVariety.CanBeExecuted
|
||||
name: CanBeExecuted
|
||||
|
|
|
@ -55,7 +55,7 @@ items:
|
|||
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -73,12 +73,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -622,14 +623,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -643,10 +648,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -658,7 +674,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -672,10 +688,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1309,6 +1336,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1761,20 +1824,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1792,21 +1853,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1824,63 +1890,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -11,6 +11,7 @@ items:
|
|||
- TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.BehaviorMultiAction`1.Behavior
|
||||
- TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions
|
||||
- TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
- TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
|
||||
- TinyLife.Actions.BehaviorMultiAction`1.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
langs:
|
||||
|
@ -67,7 +68,7 @@ items:
|
|||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -83,12 +84,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -233,7 +235,7 @@ items:
|
|||
content: protected override IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions*
|
||||
|
@ -245,6 +247,46 @@ items:
|
|||
- Protected
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).CreateFirstActions()
|
||||
- uid: TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
id: CreateLastActions
|
||||
parent: TinyLife.Actions.BehaviorMultiAction`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateLastActions()
|
||||
nameWithType: BehaviorMultiAction<T>.CreateLastActions()
|
||||
fullName: TinyLife.Actions.BehaviorMultiAction<T>.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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 a null action is returned as the first item, no first actions will be executed, which is also this method's default behavior.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected override IEnumerable<TypelessAction> CreateLastActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that should run after this action
|
||||
content.vb: Protected Overrides Function CreateLastActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
overload: TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions*
|
||||
nameWithType.vb: BehaviorMultiAction(Of T).CreateLastActions()
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).CreateLastActions()
|
||||
- uid: TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize
|
||||
id: AndThenInitialize
|
||||
|
@ -263,7 +305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 99
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -300,7 +342,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 104
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -347,7 +389,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 110
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -387,7 +429,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 115
|
||||
startLine: 120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -428,7 +470,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 121
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -956,14 +998,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -977,10 +1023,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -992,7 +1049,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1006,10 +1063,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1609,6 +1677,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2061,20 +2165,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2092,21 +2194,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2124,63 +2231,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4271,6 +4493,41 @@ references:
|
|||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions*
|
||||
commentId: Overload:TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: BehaviorMultiAction<T>.CreateLastActions
|
||||
fullName: TinyLife.Actions.BehaviorMultiAction<T>.CreateLastActions
|
||||
nameWithType.vb: BehaviorMultiAction(Of T).CreateLastActions
|
||||
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).CreateLastActions
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
|
|
@ -42,6 +42,7 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
|
||||
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
|
||||
|
@ -313,6 +314,34 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
parent: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
|
|
|
@ -43,6 +43,7 @@ items:
|
|||
- TinyLife.Actions.Behaviors.ActionBehavior
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
inheritedMembers:
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
|
||||
|
@ -428,6 +429,34 @@ references:
|
|||
name: ActionBehavior
|
||||
nameWithType: ActionBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
parent: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -137,6 +138,43 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
id: CreateLastActions
|
||||
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
summary: "\nCreates a set of actions that should be executed after the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> finished.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateLastActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual IEnumerable<Action> CreateLastActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: ''
|
||||
content.vb: Public Overridable Function CreateLastActions As IEnumerable(Of Action)
|
||||
overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
references:
|
||||
- uid: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
commentId: T:TinyLife.Actions.Behaviors.ActionBehavior
|
||||
|
@ -935,3 +973,11 @@ references:
|
|||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions*
|
||||
commentId: Overload:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SinkBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 16
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -39,6 +39,7 @@ items:
|
|||
- TinyLife.Actions.Behaviors.ActionBehavior
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
inheritedMembers:
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
|
||||
|
@ -77,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 21
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -113,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -151,7 +152,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -196,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 43
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -314,6 +315,34 @@ references:
|
|||
name: ActionBehavior
|
||||
nameWithType: ActionBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
parent: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
|
|
|
@ -41,6 +41,7 @@ items:
|
|||
derivedClasses:
|
||||
- TinyLife.Actions.Behaviors.ComputerBehavior
|
||||
inheritedMembers:
|
||||
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
|
||||
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
|
||||
|
@ -257,6 +258,34 @@ references:
|
|||
name: ActionBehavior
|
||||
nameWithType: ActionBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiActionBehavior.CreateLastActions
|
||||
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
parent: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -55,7 +55,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Info
|
||||
|
@ -71,12 +71,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -740,14 +741,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -761,10 +766,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -776,7 +792,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -790,10 +806,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1349,6 +1376,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1801,20 +1864,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1832,21 +1893,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1864,63 +1930,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 15
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllCategories
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 60
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 67
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomEmote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 77
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmotes
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 86
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -299,7 +299,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 101
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 118
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: General
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 124
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Travel
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 128
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 132
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Flirty
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 136
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unable
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 140
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -47,6 +47,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
|
@ -63,7 +64,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -79,12 +80,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -183,7 +185,7 @@ items:
|
|||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that sohuld 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)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.GoHereAction.CreateFirstActions*
|
||||
|
@ -339,6 +341,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -899,14 +929,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -920,10 +954,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -935,7 +980,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -949,10 +994,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1552,6 +1608,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2004,20 +2096,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2035,21 +2125,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2067,63 +2162,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -12,6 +12,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
|
@ -73,7 +74,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -89,12 +90,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -240,7 +242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -281,7 +283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 32
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -320,7 +322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 43
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -330,7 +332,7 @@ items:
|
|||
content: protected abstract IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected MustOverride Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overload: TinyLife.Actions.MultiAction.CreateFirstActions*
|
||||
modifiers.csharp:
|
||||
|
@ -339,6 +341,43 @@ items:
|
|||
modifiers.vb:
|
||||
- Protected
|
||||
- MustOverride
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
id: CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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 a null action is returned as the first item, no first actions will be executed, which is also this method's default behavior.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected virtual IEnumerable<TypelessAction> CreateLastActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that should run after this action
|
||||
content.vb: Protected Overridable Function CreateLastActions As IEnumerable(Of TypelessAction)
|
||||
overload: TinyLife.Actions.MultiAction.CreateLastActions*
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
- Overridable
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
id: AndThenInitialize
|
||||
|
@ -357,7 +396,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 49
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -391,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 56
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -428,7 +467,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 66
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -472,7 +511,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 75
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -510,7 +549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 81
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -544,7 +583,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 84
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -591,7 +630,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 98
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -628,7 +667,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 105
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -668,7 +707,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 114
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -709,7 +748,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 121
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -751,7 +790,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 126
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -793,7 +832,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoToActionLocation
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 136
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1021,14 +1060,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1042,10 +1085,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1057,7 +1111,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1071,10 +1125,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1674,6 +1739,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2126,20 +2227,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2157,21 +2256,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2189,63 +2293,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4361,6 +4580,11 @@ references:
|
|||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions*
|
||||
commentId: Overload:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize*
|
||||
commentId: Overload:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OrderFromStaffAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 16
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -57,19 +57,20 @@ items:
|
|||
- TinyLife.Actions.SocialAction.ConversationTime
|
||||
- TinyLife.Actions.SocialAction.InProgressTime
|
||||
- TinyLife.Actions.SocialAction.Id
|
||||
- TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
- TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.GetDisplayName
|
||||
- TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.SocialAction.FacePartner
|
||||
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
|
@ -80,7 +81,6 @@ items:
|
|||
- TinyLife.Actions.Action.Type
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -96,12 +96,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -153,7 +154,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImportantObject
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 21
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -192,7 +193,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpOrderAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 26
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -231,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxDistanceFromObject
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 30
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,7 +271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 33
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -309,7 +310,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePrepareAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 40
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -350,7 +351,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 43
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
content: protected override IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.SocialAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions*
|
||||
|
@ -388,7 +389,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 66
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -433,7 +434,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 73
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -471,7 +472,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 78
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -513,7 +514,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 83
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -636,40 +637,6 @@ references:
|
|||
name: Id
|
||||
nameWithType: SocialAction.Id
|
||||
fullName: TinyLife.Actions.SocialAction.Id
|
||||
- uid: TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
commentId: F:TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: PartnerCompletion
|
||||
nameWithType: SocialAction.PartnerCompletion
|
||||
fullName: TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
commentId: M:TinyLife.Actions.SocialAction.InitializeConversation
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: InitializeConversation()
|
||||
nameWithType: SocialAction.InitializeConversation()
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
name: InitializeConversation
|
||||
nameWithType: SocialAction.InitializeConversation
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
name: InitializeConversation
|
||||
nameWithType: SocialAction.InitializeConversation
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -734,34 +701,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: AndThenInitialize()
|
||||
nameWithType: SocialAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: SocialAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: SocialAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -961,6 +900,124 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: SocialAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: SocialAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: SocialAction.TryForceResult
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: SocialAction.TryForceResult
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
commentId: M:TinyLife.Actions.SocialAction.FacePartner
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: FacePartner()
|
||||
nameWithType: SocialAction.FacePartner()
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
name: FacePartner
|
||||
nameWithType: SocialAction.FacePartner
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
name: FacePartner
|
||||
nameWithType: SocialAction.FacePartner
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -1049,6 +1106,62 @@ references:
|
|||
name: MainElapsedTime
|
||||
nameWithType: MultiAction.MainElapsedTime
|
||||
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: AndThenInitialize()
|
||||
nameWithType: MultiAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: MultiAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: MultiAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -1374,70 +1487,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2027,6 +2076,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2479,20 +2564,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2510,21 +2593,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2542,63 +2630,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -54,6 +54,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
|
@ -68,7 +69,7 @@ items:
|
|||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Info
|
||||
|
@ -83,12 +84,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -233,7 +235,7 @@ items:
|
|||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that sohuld 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)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.OutOfTownAction.CreateFirstActions*
|
||||
|
@ -552,6 +554,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -1013,14 +1043,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1034,10 +1068,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1049,7 +1094,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1063,10 +1108,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1616,6 +1672,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2068,20 +2160,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2099,21 +2189,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2131,63 +2226,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -60,7 +60,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -77,12 +77,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -823,14 +824,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -844,10 +849,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -859,7 +875,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -873,10 +889,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1482,6 +1509,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1934,20 +1997,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1965,21 +2026,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1997,63 +2063,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -8,7 +8,6 @@ items:
|
|||
- TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.PickUpOrSpawnAction.ColorsToSpawn
|
||||
- TinyLife.Actions.PickUpOrSpawnAction.CreateFirstActions
|
||||
- TinyLife.Actions.PickUpOrSpawnAction.GetIconObject
|
||||
- TinyLife.Actions.PickUpOrSpawnAction.ItemCategory
|
||||
- TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn
|
||||
langs:
|
||||
|
@ -49,6 +48,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
|
@ -64,9 +64,10 @@ items:
|
|||
- TinyLife.Actions.Action.Type
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -82,12 +83,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -305,7 +307,7 @@ items:
|
|||
content: protected override IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.PickUpOrSpawnAction.CreateFirstActions*
|
||||
|
@ -315,44 +317,6 @@ items:
|
|||
modifiers.vb:
|
||||
- Protected
|
||||
- Overrides
|
||||
- uid: TinyLife.Actions.PickUpOrSpawnAction.GetIconObject
|
||||
commentId: M:TinyLife.Actions.PickUpOrSpawnAction.GetIconObject
|
||||
id: GetIconObject
|
||||
parent: TinyLife.Actions.PickUpOrSpawnAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetIconObject()
|
||||
nameWithType: PickUpOrSpawnAction.GetIconObject()
|
||||
fullName: TinyLife.Actions.PickUpOrSpawnAction.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nReturns the map object that is displayed in the action queue in the top left of the screen.\nNote that this value is ignored if this action's type has a <xref href=\"TinyLife.Actions.ActionType.TypeSettings.Texture\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, the <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override MapObject GetIconObject()
|
||||
return:
|
||||
type: TinyLife.Objects.MapObject
|
||||
description: The icon object
|
||||
content.vb: Public Overrides Function GetIconObject As MapObject
|
||||
overridden: TinyLife.Actions.Action.GetIconObject
|
||||
overload: TinyLife.Actions.PickUpOrSpawnAction.GetIconObject*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -425,6 +389,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -965,6 +957,34 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
commentId: M:TinyLife.Actions.Action.GetIconObject
|
||||
parent: TinyLife.Actions.Action
|
||||
name: GetIconObject()
|
||||
nameWithType: Action.GetIconObject()
|
||||
fullName: TinyLife.Actions.Action.GetIconObject()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
name: GetIconObject
|
||||
nameWithType: Action.GetIconObject
|
||||
fullName: TinyLife.Actions.Action.GetIconObject
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
name: GetIconObject
|
||||
nameWithType: Action.GetIconObject
|
||||
fullName: TinyLife.Actions.Action.GetIconObject
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -1021,14 +1041,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1042,10 +1066,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1057,7 +1092,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1071,10 +1106,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1674,6 +1720,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2126,20 +2208,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2157,21 +2237,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2189,63 +2274,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4371,42 +4571,3 @@ references:
|
|||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
commentId: M:TinyLife.Actions.Action.GetIconObject
|
||||
parent: TinyLife.Actions.Action
|
||||
name: GetIconObject()
|
||||
nameWithType: Action.GetIconObject()
|
||||
fullName: TinyLife.Actions.Action.GetIconObject()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
name: GetIconObject
|
||||
nameWithType: Action.GetIconObject
|
||||
fullName: TinyLife.Actions.Action.GetIconObject
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.GetIconObject
|
||||
name: GetIconObject
|
||||
nameWithType: Action.GetIconObject
|
||||
fullName: TinyLife.Actions.Action.GetIconObject
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.PickUpOrSpawnAction.GetIconObject*
|
||||
commentId: Overload:TinyLife.Actions.PickUpOrSpawnAction.GetIconObject
|
||||
name: GetIconObject
|
||||
nameWithType: PickUpOrSpawnAction.GetIconObject
|
||||
fullName: TinyLife.Actions.PickUpOrSpawnAction.GetIconObject
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
commentId: T:TinyLife.Objects.MapObject
|
||||
parent: TinyLife.Objects
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PutAwayAction
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 12
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -47,6 +47,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
|
@ -63,7 +64,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -79,12 +80,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -134,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 19
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -171,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 28
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -181,7 +183,7 @@ items:
|
|||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that sohuld 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)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.PutAwayAction.CreateFirstActions*
|
||||
|
@ -209,7 +211,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 58
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -244,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 63
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -333,6 +335,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -901,14 +931,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -922,10 +956,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -937,7 +982,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -951,10 +996,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1554,6 +1610,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2006,20 +2098,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2037,21 +2127,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2069,63 +2164,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
|
||||
id: CanExecuteResult.ResultType
|
||||
- uid: TinyLife.Actions.ResultType
|
||||
commentId: T:TinyLife.Actions.ResultType
|
||||
id: ResultType
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
- TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
- TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
- TinyLife.Actions.ResultType.Hidden
|
||||
- TinyLife.Actions.ResultType.Invalid
|
||||
- TinyLife.Actions.ResultType.Valid
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanExecuteResult.ResultType
|
||||
nameWithType: CanExecuteResult.ResultType
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
name: ResultType
|
||||
nameWithType: ResultType
|
||||
fullName: TinyLife.Actions.ResultType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
|
@ -22,33 +22,33 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResultType
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 76
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA type of result that a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> can have.\nIn general, custom <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances will have the <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref> result type, as <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Valid\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Hidden\" data-throw-if-not-resolved=\"false\"></xref> are already covered by their respective <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> counterparts.\n"
|
||||
summary: "\nA type of result that a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> can have.\nIn general, custom <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances will have the <xref href=\"TinyLife.Actions.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref> result type, as <xref href=\"TinyLife.Actions.ResultType.Valid\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ResultType.Hidden\" data-throw-if-not-resolved=\"false\"></xref> are already covered by their respective <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> counterparts.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum ResultType
|
||||
content.vb: Public Enum ResultType
|
||||
extensionMethods:
|
||||
- TinyLife.Actions.CanExecuteResult.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Actions.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
- uid: TinyLife.Actions.ResultType.Valid
|
||||
commentId: F:TinyLife.Actions.ResultType.Valid
|
||||
id: Valid
|
||||
parent: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
parent: TinyLife.Actions.ResultType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Valid
|
||||
nameWithType: CanExecuteResult.ResultType.Valid
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
nameWithType: ResultType.Valid
|
||||
fullName: TinyLife.Actions.ResultType.Valid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -57,32 +57,32 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Valid
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 82
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA valid <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action can be executed.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don't display their name to the player.\n"
|
||||
summary: "\nA valid <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action can be executed.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don't display their name to the player.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Valid = 0
|
||||
return:
|
||||
type: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
type: TinyLife.Actions.ResultType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
- uid: TinyLife.Actions.ResultType.Invalid
|
||||
commentId: F:TinyLife.Actions.ResultType.Invalid
|
||||
id: Invalid
|
||||
parent: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
parent: TinyLife.Actions.ResultType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Invalid
|
||||
nameWithType: CanExecuteResult.ResultType.Invalid
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
nameWithType: ResultType.Invalid
|
||||
fullName: TinyLife.Actions.ResultType.Invalid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -91,32 +91,32 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Invalid
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 86
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nAn invalid <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> signifies that the action cannot be executed for some reason.\n"
|
||||
summary: "\nAn invalid <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> signifies that the action cannot be executed for some reason.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Invalid = 1
|
||||
return:
|
||||
type: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
type: TinyLife.Actions.ResultType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
- uid: TinyLife.Actions.ResultType.Hidden
|
||||
commentId: F:TinyLife.Actions.ResultType.Hidden
|
||||
id: Hidden
|
||||
parent: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
parent: TinyLife.Actions.ResultType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Hidden
|
||||
nameWithType: CanExecuteResult.ResultType.Hidden
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
nameWithType: ResultType.Hidden
|
||||
fullName: TinyLife.Actions.ResultType.Hidden
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -125,16 +125,16 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 91
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA hidden <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action cannot be executed, and shouldn't be displayed as a disallowed option to the player.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don't display their name to the player.\n"
|
||||
summary: "\nA hidden <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action cannot be executed, and shouldn't be displayed as a disallowed option to the player.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don't display their name to the player.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Hidden = 2
|
||||
return:
|
||||
type: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
type: TinyLife.Actions.ResultType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
|
@ -148,35 +148,35 @@ references:
|
|||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
- uid: TinyLife.Actions.ResultType.Invalid
|
||||
commentId: F:TinyLife.Actions.ResultType.Invalid
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
- uid: TinyLife.Actions.ResultType.Valid
|
||||
commentId: F:TinyLife.Actions.ResultType.Valid
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
- uid: TinyLife.Actions.ResultType.Hidden
|
||||
commentId: F:TinyLife.Actions.ResultType.Hidden
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Actions.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<CanExecuteResult.ResultType>()
|
||||
nameWithType: Extensions.JsonCopy<CanExecuteResult.ResultType>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CanExecuteResult.ResultType>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of CanExecuteResult.ResultType)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CanExecuteResult.ResultType)()
|
||||
name.vb: JsonCopy(Of CanExecuteResult.ResultType)()
|
||||
name: JsonCopy<ResultType>()
|
||||
nameWithType: Extensions.JsonCopy<ResultType>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ResultType>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of ResultType)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ResultType)()
|
||||
name.vb: JsonCopy(Of ResultType)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<CanExecuteResult.ResultType>
|
||||
nameWithType: Extensions.JsonCopy<CanExecuteResult.ResultType>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CanExecuteResult.ResultType>
|
||||
name: JsonCopy<ResultType>
|
||||
nameWithType: Extensions.JsonCopy<ResultType>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ResultType>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -185,9 +185,9 @@ references:
|
|||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of CanExecuteResult.ResultType)
|
||||
nameWithType: Extensions.JsonCopy(Of CanExecuteResult.ResultType)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CanExecuteResult.ResultType)
|
||||
name: JsonCopy(Of ResultType)
|
||||
nameWithType: Extensions.JsonCopy(Of ResultType)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ResultType)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -241,9 +241,9 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
|
||||
- uid: TinyLife.Actions.ResultType
|
||||
commentId: T:TinyLife.Actions.ResultType
|
||||
parent: TinyLife.Actions
|
||||
name: CanExecuteResult.ResultType
|
||||
nameWithType: CanExecuteResult.ResultType
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
name: ResultType
|
||||
nameWithType: ResultType
|
||||
fullName: TinyLife.Actions.ResultType
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SellAction
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 14
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -48,6 +48,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
|
@ -64,7 +65,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -80,12 +81,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -135,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 21
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,7 +174,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -182,7 +184,7 @@ items:
|
|||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that sohuld 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)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.SellAction.CreateFirstActions*
|
||||
|
@ -210,7 +212,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -245,7 +247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 55
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -283,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSoldObject
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 66
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -389,6 +391,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -957,14 +987,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -978,10 +1012,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -993,7 +1038,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1007,10 +1052,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1610,6 +1666,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2062,20 +2154,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2093,21 +2183,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2125,63 +2220,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -48,6 +48,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
|
@ -63,7 +64,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -79,12 +80,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -183,7 +185,7 @@ items:
|
|||
content: protected override IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.SitAction.CreateFirstActions*
|
||||
|
@ -395,6 +397,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -884,14 +914,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -905,10 +939,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -920,7 +965,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -934,10 +979,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1537,6 +1593,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1989,20 +2081,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2020,21 +2110,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2052,63 +2147,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
3747
docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml
Normal file
3747
docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoreAction
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 16
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -49,6 +49,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
|
@ -63,7 +64,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -79,12 +80,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -134,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 22
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -171,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -181,7 +183,7 @@ items:
|
|||
content: protected override IEnumerable<TypelessAction> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}
|
||||
description: A set of actions that sohuld run before this action
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.StoreAction.CreateFirstActions*
|
||||
|
@ -209,7 +211,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -244,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -289,7 +291,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 51
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -327,7 +329,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -432,6 +434,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -893,14 +923,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -914,10 +948,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -929,7 +974,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -943,10 +988,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1546,6 +1602,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1998,20 +2090,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2029,21 +2119,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2061,63 +2156,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluationResult
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 459
|
||||
startLine: 458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -46,7 +46,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkSettings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 153
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendshipGain
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 159
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoBadlyChance
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 164
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutes
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 168
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 172
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 176
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerEmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 181
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -298,7 +298,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerSpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 186
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainedSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 190
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainSkillOnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 195
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -397,7 +397,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoredNeed
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 200
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 205
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -463,7 +463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 210
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -496,7 +496,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 216
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -529,7 +529,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 221
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -562,7 +562,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerAges
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 226
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -595,7 +595,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 231
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -628,7 +628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 236
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -661,7 +661,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 240
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -694,7 +694,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainRomancePercentage
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 246
|
||||
startLine: 245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -727,7 +727,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoweredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 251
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -760,7 +760,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 255
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -793,7 +793,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 259
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -826,7 +826,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 264
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -859,7 +859,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 272
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -903,7 +903,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateFully
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 284
|
||||
startLine: 283
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -941,7 +941,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateSimple
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 306
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -988,7 +988,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheckCanExecute
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 442
|
||||
startLine: 441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkAction
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 17
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -59,20 +59,21 @@ items:
|
|||
- TinyLife.Actions.SocialAction.ConversationTime
|
||||
- TinyLife.Actions.SocialAction.InProgressTime
|
||||
- TinyLife.Actions.SocialAction.Id
|
||||
- TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
- TinyLife.Actions.SocialAction.CreateFirstActions
|
||||
- TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.SocialAction.GetDisplayName
|
||||
- TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.SocialAction.FacePartner
|
||||
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
|
@ -84,7 +85,6 @@ items:
|
|||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -100,12 +100,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -155,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEvaluate
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -190,7 +191,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 28
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -225,7 +226,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -260,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 38
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -297,7 +298,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 41
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -336,7 +337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 44
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -381,7 +382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 51
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -420,7 +421,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -458,7 +459,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 71
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -508,7 +509,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFunny
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 108
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -564,7 +565,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateMean
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 127
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -614,7 +615,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateRomantic
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 142
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -754,12 +755,6 @@ references:
|
|||
name: Id
|
||||
nameWithType: SocialAction.Id
|
||||
fullName: TinyLife.Actions.SocialAction.Id
|
||||
- uid: TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
commentId: F:TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: PartnerCompletion
|
||||
nameWithType: SocialAction.PartnerCompletion
|
||||
fullName: TinyLife.Actions.SocialAction.PartnerCompletion
|
||||
- uid: TinyLife.Actions.SocialAction.CreateFirstActions
|
||||
commentId: M:TinyLife.Actions.SocialAction.CreateFirstActions
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -788,34 +783,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
commentId: M:TinyLife.Actions.SocialAction.InitializeConversation
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: InitializeConversation()
|
||||
nameWithType: SocialAction.InitializeConversation()
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
name: InitializeConversation
|
||||
nameWithType: SocialAction.InitializeConversation
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
name: InitializeConversation
|
||||
nameWithType: SocialAction.InitializeConversation
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -880,34 +847,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: AndThenInitialize()
|
||||
nameWithType: SocialAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: SocialAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: SocialAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -1107,6 +1046,124 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: SocialAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: SocialAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: SocialAction.TryForceResult
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: SocialAction.TryForceResult
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
commentId: M:TinyLife.Actions.SocialAction.FacePartner
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: FacePartner()
|
||||
nameWithType: SocialAction.FacePartner()
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
name: FacePartner
|
||||
nameWithType: SocialAction.FacePartner
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.FacePartner
|
||||
name: FacePartner
|
||||
nameWithType: SocialAction.FacePartner
|
||||
fullName: TinyLife.Actions.SocialAction.FacePartner
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
@ -1195,6 +1252,62 @@ references:
|
|||
name: MainElapsedTime
|
||||
nameWithType: MultiAction.MainElapsedTime
|
||||
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: AndThenInitialize()
|
||||
nameWithType: MultiAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: MultiAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
name: AndThenInitialize
|
||||
nameWithType: MultiAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -1556,70 +1669,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2209,6 +2258,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2661,20 +2746,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2692,21 +2775,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2724,63 +2812,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -56,15 +56,17 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
|
||||
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
|
||||
- TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -486,6 +488,96 @@ references:
|
|||
name: ForceResult
|
||||
nameWithType: TypelessAction.ForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -915,6 +1007,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1367,20 +1495,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1398,21 +1524,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1430,63 +1561,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -56,15 +56,17 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
|
||||
- TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Initialize
|
||||
- TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -475,6 +477,96 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -904,6 +996,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1356,20 +1484,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1387,21 +1513,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1419,63 +1550,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
4125
docs/api/TinyLife.Actions.Typeless.SocialTypelessAction.yml
Normal file
4125
docs/api/TinyLife.Actions.Typeless.SocialTypelessAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -57,15 +57,17 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Initialize
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -524,6 +526,96 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -953,6 +1045,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1405,20 +1533,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1436,21 +1562,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1468,63 +1599,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -57,15 +57,17 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -552,6 +554,96 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -981,6 +1073,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1433,20 +1561,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1464,21 +1590,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1496,63 +1627,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -56,15 +56,17 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
|
||||
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
|
||||
- TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -489,6 +491,96 @@ references:
|
|||
name: ForceResult
|
||||
nameWithType: TypelessAction.ForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceResult
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: TypelessAction.TryForceResult
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.MapObject
|
||||
name: MapObject
|
||||
nameWithType: MapObject
|
||||
fullName: TinyLife.Objects.MapObject
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -918,6 +1010,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1370,20 +1498,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1401,21 +1527,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1433,63 +1564,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,6 +6,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Actions.Typeless.DeferredAction
|
||||
- TinyLife.Actions.Typeless.PathfindToPersonAction
|
||||
- TinyLife.Actions.Typeless.SocialTypelessAction
|
||||
- TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.Typeless.TryGoHereAction
|
||||
|
@ -30,6 +31,12 @@ references:
|
|||
name: PathfindToPersonAction
|
||||
nameWithType: PathfindToPersonAction
|
||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction
|
||||
- uid: TinyLife.Actions.Typeless.SocialTypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.SocialTypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: SocialTypelessAction
|
||||
nameWithType: SocialTypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.SocialTypelessAction
|
||||
- uid: TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
commentId: T:TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
name: SpawnItemInHandAction
|
||||
|
|
|
@ -60,7 +60,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -77,12 +77,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -741,14 +742,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -762,10 +767,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -777,7 +793,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -791,10 +807,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1400,6 +1427,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -1852,20 +1915,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1883,21 +1944,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1915,63 +1981,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Channel
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 190
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Comedy
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 195
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -94,7 +94,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cooking
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 199
|
||||
startLine: 201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Romance
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 203
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Drama
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 207
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: News
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 211
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cartoons
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 215
|
||||
startLine: 217
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WatchTvAction
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 20
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -54,6 +54,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.PreInitialize
|
||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
|
@ -67,7 +68,7 @@ items:
|
|||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
|
@ -82,12 +83,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -137,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 32
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -178,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 35
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -216,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 40
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -226,7 +228,7 @@ items:
|
|||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that sohuld 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)
|
||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.WatchTvAction.CreateFirstActions*
|
||||
|
@ -254,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 68
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -289,7 +291,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 75
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -334,7 +336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 98
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -372,7 +374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 107
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -414,7 +416,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 117
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -453,7 +455,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewingArea
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 149
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -497,7 +499,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSeating
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 162
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -544,7 +546,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewers
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 176
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -645,6 +647,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -1070,14 +1100,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1091,10 +1125,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1106,7 +1151,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1120,10 +1165,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1717,6 +1773,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2169,20 +2261,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2200,21 +2290,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2232,63 +2327,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -9,6 +9,7 @@ items:
|
|||
- TinyLife.Actions.WorkAction.AndThenInitialize
|
||||
- TinyLife.Actions.WorkAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.WorkAction.PreInitialize
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -24,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAction
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 10
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -48,7 +49,6 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
|
||||
|
@ -56,6 +56,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction.Handler
|
||||
- TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
- TinyLife.Actions.MultiAction.InProgressTime
|
||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.MultiAction.Initialize
|
||||
- TinyLife.Actions.MultiAction.IsCompleted
|
||||
|
@ -67,7 +68,7 @@ items:
|
|||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.GetIconObject
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Random
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Info
|
||||
|
@ -82,12 +83,13 @@ items:
|
|||
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
|
||||
|
@ -137,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 16
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -173,7 +175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 20
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -208,7 +210,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 26
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -225,6 +227,51 @@ items:
|
|||
modifiers.vb:
|
||||
- Protected
|
||||
- Overrides
|
||||
- uid: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.WorkAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
||||
parameters:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
description: The current game time
|
||||
- id: passedInGame
|
||||
type: System.TimeSpan
|
||||
description: The amount of time that has passed, in game time
|
||||
- id: speedMultiplier
|
||||
type: System.Single
|
||||
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
|
||||
overridden: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
overload: TinyLife.Actions.WorkAction.AndThenUpdate*
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
- Overrides
|
||||
- uid: TinyLife.Actions.WorkAction.AndThenIsCompleted
|
||||
commentId: M:TinyLife.Actions.WorkAction.AndThenIsCompleted
|
||||
id: AndThenIsCompleted
|
||||
|
@ -243,7 +290,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 32
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -281,7 +328,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 39
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -393,77 +440,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
isExternal: true
|
||||
name: AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: AndThenUpdate
|
||||
nameWithType: OutOfTownAction.AndThenUpdate
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: AndThenUpdate
|
||||
nameWithType: OutOfTownAction.AndThenUpdate
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
|
@ -624,6 +600,34 @@ references:
|
|||
name: InProgressTime
|
||||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
name: CreateLastActions()
|
||||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
name: CreateLastActions
|
||||
nameWithType: MultiAction.CreateLastActions
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
@ -993,14 +997,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject)
|
||||
isExternal: true
|
||||
name: TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
nameWithType: Action.TryForceResult(CompletionType, Nullable<CanExecuteResult>, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable<TinyLife.Actions.CanExecuteResult>, TinyLife.Objects.MapObject)
|
||||
nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
|
||||
name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1014,10 +1022,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1029,7 +1048,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)
|
||||
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
||||
name: TryForceResult
|
||||
nameWithType: Action.TryForceResult
|
||||
fullName: TinyLife.Actions.Action.TryForceResult
|
||||
|
@ -1043,10 +1062,21 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1596,6 +1626,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
|
@ -2048,20 +2114,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[])
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
||||
nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
||||
name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType())
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2079,21 +2143,26 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
name: PutDownOrGoTo
|
||||
nameWithType: TypelessAction.PutDownOrGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -2111,63 +2180,178 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: GetPlaceDirection(Person, FurnitureType)
|
||||
nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
isExternal: true
|
||||
name: PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func<Furniture, Boolean>, Func<Furniture, Boolean>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Func<TinyLife.Objects.Furniture, System.Boolean>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
|
||||
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
|
||||
name: GetPlaceDirection
|
||||
nameWithType: TypelessAction.GetPlaceDirection
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
||||
name: PickUpAndGoTo
|
||||
nameWithType: TypelessAction.PickUpAndGoTo
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
nameWithType: FurnitureType
|
||||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4183,6 +4367,109 @@ references:
|
|||
name: AndThenInitialize
|
||||
nameWithType: WorkAction.AndThenInitialize
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenInitialize
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
isExternal: true
|
||||
name: AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: AndThenUpdate
|
||||
nameWithType: OutOfTownAction.AndThenUpdate
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: AndThenUpdate
|
||||
nameWithType: OutOfTownAction.AndThenUpdate
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.WorkAction.AndThenUpdate*
|
||||
commentId: Overload:TinyLife.Actions.WorkAction.AndThenUpdate
|
||||
name: AndThenUpdate
|
||||
nameWithType: WorkAction.AndThenUpdate
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenUpdate
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
- uid: System.TimeSpan
|
||||
commentId: T:System.TimeSpan
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
|
|
@ -4,6 +4,7 @@ items:
|
|||
commentId: N:TinyLife.Actions
|
||||
id: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.
|
||||
- TinyLife.Actions.Action
|
||||
- TinyLife.Actions.ActionInfo
|
||||
- TinyLife.Actions.ActionType
|
||||
|
@ -13,8 +14,6 @@ items:
|
|||
- TinyLife.Actions.ActionVariety
|
||||
- TinyLife.Actions.BehaviorAction`1
|
||||
- TinyLife.Actions.BehaviorMultiAction`1
|
||||
- TinyLife.Actions.CanExecuteResult
|
||||
- TinyLife.Actions.CanExecuteResult.ResultType
|
||||
- TinyLife.Actions.CompletionType
|
||||
- TinyLife.Actions.DieAction
|
||||
- TinyLife.Actions.Emote
|
||||
|
@ -26,9 +25,11 @@ items:
|
|||
- TinyLife.Actions.PathfindAction
|
||||
- TinyLife.Actions.PickUpOrSpawnAction
|
||||
- TinyLife.Actions.PutAwayAction
|
||||
- TinyLife.Actions.ResultType
|
||||
- TinyLife.Actions.SellAction
|
||||
- TinyLife.Actions.SitAction
|
||||
- TinyLife.Actions.SocialAction
|
||||
- TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
- TinyLife.Actions.StoreAction
|
||||
- TinyLife.Actions.TalkAction
|
||||
- TinyLife.Actions.TalkAction.TalkSettings
|
||||
|
@ -161,18 +162,17 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.CanExecuteResult
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult
|
||||
- uid: TinyLife.Actions.
|
||||
commentId: T:TinyLife.Actions.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Actions.
|
||||
- uid: TinyLife.Actions.ResultType
|
||||
commentId: T:TinyLife.Actions.ResultType
|
||||
parent: TinyLife.Actions
|
||||
name: CanExecuteResult
|
||||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
|
||||
parent: TinyLife.Actions
|
||||
name: CanExecuteResult.ResultType
|
||||
nameWithType: CanExecuteResult.ResultType
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
name: ResultType
|
||||
nameWithType: ResultType
|
||||
fullName: TinyLife.Actions.ResultType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
|
@ -250,6 +250,11 @@ references:
|
|||
name: SocialAction
|
||||
nameWithType: SocialAction
|
||||
fullName: TinyLife.Actions.SocialAction
|
||||
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
commentId: T:TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
name: SocialAction.StartPartnerAction
|
||||
nameWithType: SocialAction.StartPartnerAction
|
||||
fullName: TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
- uid: TinyLife.Actions.StoreAction
|
||||
commentId: T:TinyLife.Actions.StoreAction
|
||||
name: StoreAction
|
||||
|
|
1034
docs/api/TinyLife.ChoicePromptInfo.Option.yml
Normal file
1034
docs/api/TinyLife.ChoicePromptInfo.Option.yml
Normal file
File diff suppressed because it is too large
Load diff
798
docs/api/TinyLife.ChoicePromptInfo.yml
Normal file
798
docs/api/TinyLife.ChoicePromptInfo.yml
Normal file
|
@ -0,0 +1,798 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
commentId: T:TinyLife.ChoicePromptInfo
|
||||
id: ChoicePromptInfo
|
||||
parent: TinyLife
|
||||
children:
|
||||
- TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
||||
- TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||
- TinyLife.ChoicePromptInfo.Name
|
||||
- TinyLife.ChoicePromptInfo.Options
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePromptInfo
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nA choice prompt info is a set of data that can be used in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.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"
|
||||
example: []
|
||||
syntax:
|
||||
content: public class ChoicePromptInfo
|
||||
content.vb: Public Class ChoicePromptInfo
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.ChoicePromptInfo.Name
|
||||
commentId: F:TinyLife.ChoicePromptInfo.Name
|
||||
id: Name
|
||||
parent: TinyLife.ChoicePromptInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Name
|
||||
nameWithType: ChoicePromptInfo.Name
|
||||
fullName: TinyLife.ChoicePromptInfo.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nThis choice prompt's name, which will be localized.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly string Name
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public ReadOnly Name As String
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.ChoicePromptInfo.Options
|
||||
commentId: F:TinyLife.ChoicePromptInfo.Options
|
||||
id: Options
|
||||
parent: TinyLife.ChoicePromptInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Options
|
||||
nameWithType: ChoicePromptInfo.Options
|
||||
fullName: TinyLife.ChoicePromptInfo.Options
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Options
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
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"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly ChoicePromptInfo.Option[] Options
|
||||
return:
|
||||
type: TinyLife.ChoicePromptInfo.Option[]
|
||||
content.vb: Public ReadOnly Options As ChoicePromptInfo.Option()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
||||
commentId: M:TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
||||
id: '#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])'
|
||||
parent: TinyLife.ChoicePromptInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ChoicePromptInfo(String, ChoicePromptInfo.Option[])
|
||||
nameWithType: ChoicePromptInfo.ChoicePromptInfo(String, ChoicePromptInfo.Option[])
|
||||
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo(System.String, TinyLife.ChoicePromptInfo.Option[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nCreates a new choice prompt info with the given settings.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public ChoicePromptInfo(string name, params ChoicePromptInfo.Option[] options)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
description: This choice prompt's name, which will be localized.
|
||||
- id: options
|
||||
type: TinyLife.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.
|
||||
content.vb: Public Sub New(name As String, ParamArray options As ChoicePromptInfo.Option())
|
||||
overload: TinyLife.ChoicePromptInfo.#ctor*
|
||||
nameWithType.vb: ChoicePromptInfo.ChoicePromptInfo(String, ChoicePromptInfo.Option())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: TinyLife.ChoicePromptInfo.ChoicePromptInfo(System.String, TinyLife.ChoicePromptInfo.Option())
|
||||
name.vb: ChoicePromptInfo(String, ChoicePromptInfo.Option())
|
||||
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||
commentId: M:TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||
id: CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||
parent: TinyLife.ChoicePromptInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreatePromptContent(Person, CoveringGroup)
|
||||
nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
|
||||
fullName: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePromptContent
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nCreates the UI content for this choice prompt. This method is mainly used by <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person that should be affected by this choice prompt.
|
||||
- id: prompt
|
||||
type: TinyLife.Uis.CoveringGroup
|
||||
description: The prompt that should be closed when an option is selected.
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
|
||||
description: The elements that make up the choice prompt.
|
||||
content.vb: Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element)
|
||||
overload: TinyLife.ChoicePromptInfo.CreatePromptContent*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
||||
name: OpenChoicePrompt
|
||||
nameWithType: TypelessAction.OpenChoicePrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.JobType
|
||||
commentId: T:TinyLife.Goals.JobType
|
||||
parent: TinyLife.Goals
|
||||
name: JobType
|
||||
nameWithType: JobType
|
||||
fullName: TinyLife.Goals.JobType
|
||||
- uid: TinyLife
|
||||
commentId: N:TinyLife
|
||||
name: TinyLife
|
||||
nameWithType: TinyLife
|
||||
fullName: TinyLife
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<ChoicePromptInfo>()
|
||||
nameWithType: Extensions.JsonCopy<ChoicePromptInfo>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)()
|
||||
name.vb: JsonCopy(Of ChoicePromptInfo)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<ChoicePromptInfo>
|
||||
nameWithType: Extensions.JsonCopy<ChoicePromptInfo>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of ChoicePromptInfo)
|
||||
nameWithType: Extensions.JsonCopy(Of ChoicePromptInfo)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>
|
||||
nameWithType: Extensions.JsonCopy<T>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy(Of T)
|
||||
nameWithType: Extensions.JsonCopy(Of T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: TinyLife.ChoicePromptInfo.Option
|
||||
commentId: T:TinyLife.ChoicePromptInfo.Option
|
||||
name: ChoicePromptInfo.Option
|
||||
nameWithType: ChoicePromptInfo.Option
|
||||
fullName: TinyLife.ChoicePromptInfo.Option
|
||||
- uid: TinyLife.ChoicePromptInfo.Option[]
|
||||
isExternal: true
|
||||
name: ChoicePromptInfo.Option[]
|
||||
nameWithType: ChoicePromptInfo.Option[]
|
||||
fullName: TinyLife.ChoicePromptInfo.Option[]
|
||||
nameWithType.vb: ChoicePromptInfo.Option()
|
||||
fullName.vb: TinyLife.ChoicePromptInfo.Option()
|
||||
name.vb: ChoicePromptInfo.Option()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.ChoicePromptInfo.Option
|
||||
name: ChoicePromptInfo.Option
|
||||
nameWithType: ChoicePromptInfo.Option
|
||||
fullName: TinyLife.ChoicePromptInfo.Option
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: TinyLife.ChoicePromptInfo.Option
|
||||
name: ChoicePromptInfo.Option
|
||||
nameWithType: ChoicePromptInfo.Option
|
||||
fullName: TinyLife.ChoicePromptInfo.Option
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: TinyLife.ChoicePromptInfo.#ctor*
|
||||
commentId: Overload:TinyLife.ChoicePromptInfo.#ctor
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo.ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo
|
||||
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent*
|
||||
commentId: Overload:TinyLife.ChoicePromptInfo.CreatePromptContent
|
||||
name: CreatePromptContent
|
||||
nameWithType: ChoicePromptInfo.CreatePromptContent
|
||||
fullName: TinyLife.ChoicePromptInfo.CreatePromptContent
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Uis.CoveringGroup
|
||||
commentId: T:TinyLife.Uis.CoveringGroup
|
||||
parent: TinyLife.Uis
|
||||
name: CoveringGroup
|
||||
nameWithType: CoveringGroup
|
||||
fullName: TinyLife.Uis.CoveringGroup
|
||||
- uid: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<Element>
|
||||
nameWithType: IEnumerable<Element>
|
||||
fullName: System.Collections.Generic.IEnumerable<MLEM.Ui.Elements.Element>
|
||||
nameWithType.vb: IEnumerable(Of Element)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)
|
||||
name.vb: IEnumerable(Of Element)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MLEM.Ui.Elements.Element
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: MLEM.Ui.Elements.Element
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MLEM.Ui.Elements.Element
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: MLEM.Ui.Elements.Element
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Uis
|
||||
commentId: N:TinyLife.Uis
|
||||
name: TinyLife.Uis
|
||||
nameWithType: TinyLife.Uis
|
||||
fullName: TinyLife.Uis
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 596
|
||||
startLine: 607
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 601
|
||||
startLine: 612
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Debug
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 37
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cheats
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 44
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugLines
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 50
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 441
|
||||
startLine: 452
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.Amount
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.Source
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.Time
|
||||
- TinyLife.Emotions.EmotionModifier.Instance.TotalTime
|
||||
|
@ -26,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 271
|
||||
startLine: 311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -81,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 278
|
||||
startLine: 318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -126,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 283
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -171,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TotalTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 288
|
||||
startLine: 328
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -216,7 +217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 292
|
||||
startLine: 333
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -245,6 +246,43 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
id: Person
|
||||
parent: TinyLife.Emotions.EmotionModifier.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Person
|
||||
nameWithType: EmotionModifier.Instance.Person
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 338
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
summary: "\nThe person that is currently experiencing this emotion.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Person Person { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Objects.Person
|
||||
content.vb: Public ReadOnly Property Person As Person
|
||||
overload: TinyLife.Emotions.EmotionModifier.Instance.Person*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance.Source
|
||||
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Source
|
||||
id: Source
|
||||
|
@ -263,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Source
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 298
|
||||
startLine: 343
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -300,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 317
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -336,7 +374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 331
|
||||
startLine: 377
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -768,6 +806,22 @@ references:
|
|||
name: Time
|
||||
nameWithType: EmotionModifier.Instance.Time
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance.Person*
|
||||
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
name: Person
|
||||
nameWithType: EmotionModifier.Instance.Person
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Emotions.IEmotionSource
|
||||
commentId: T:TinyLife.Emotions.IEmotionSource
|
||||
parent: TinyLife.Emotions
|
||||
|
@ -790,12 +844,6 @@ references:
|
|||
name: PassTime
|
||||
nameWithType: EmotionModifier.Instance.PassTime
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.Person.Validate
|
||||
commentId: M:TinyLife.Objects.Person.Validate
|
||||
isExternal: true
|
||||
|
@ -811,8 +859,3 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -877,6 +877,7 @@ references:
|
|||
fullName: TinyLife.Emotions.EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance
|
||||
commentId: T:TinyLife.Emotions.EmotionModifier.Instance
|
||||
parent: TinyLife.Emotions
|
||||
name: EmotionModifier.Instance
|
||||
nameWithType: EmotionModifier.Instance
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance
|
||||
|
|
|
@ -93,6 +93,7 @@ references:
|
|||
fullName: TinyLife.PersonalityType
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance
|
||||
commentId: T:TinyLife.Emotions.EmotionModifier.Instance
|
||||
parent: TinyLife.Emotions
|
||||
name: EmotionModifier.Instance
|
||||
nameWithType: EmotionModifier.Instance
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance
|
||||
|
|
|
@ -28,6 +28,7 @@ references:
|
|||
fullName: TinyLife.Emotions.EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Instance
|
||||
commentId: T:TinyLife.Emotions.EmotionModifier.Instance
|
||||
parent: TinyLife.Emotions
|
||||
name: EmotionModifier.Instance
|
||||
nameWithType: EmotionModifier.Instance
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 906
|
||||
startLine: 912
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 909
|
||||
startLine: 915
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -94,7 +94,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 911
|
||||
startLine: 917
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 913
|
||||
startLine: 919
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 915
|
||||
startLine: 921
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 917
|
||||
startLine: 923
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 919
|
||||
startLine: 925
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -49,7 +49,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameImpl
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 57
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Version
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 62
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -184,7 +184,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 68
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GraphicsMetrics
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 72
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Camera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 76
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Listener
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 80
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 84
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -371,7 +371,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTool
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 88
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTime
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 103
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -445,7 +445,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Weekday
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 107
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -482,7 +482,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 111
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -519,7 +519,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 115
|
||||
startLine: 113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -556,7 +556,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentLot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 125
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -593,7 +593,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Speed
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 131
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -630,7 +630,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowingPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 144
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -667,7 +667,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveName
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 156
|
||||
startLine: 154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -704,7 +704,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 160
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -741,7 +741,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CursorPosition
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 165
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -778,7 +778,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentCursor
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 170
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -811,7 +811,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 234
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -882,7 +882,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 571
|
||||
startLine: 575
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -919,7 +919,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 612
|
||||
startLine: 616
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -956,7 +956,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeDefaultUiStyle
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 626
|
||||
startLine: 630
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -995,7 +995,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotateCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 635
|
||||
startLine: 639
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1031,7 +1031,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCursorOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 649
|
||||
startLine: 653
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1066,7 +1066,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 661
|
||||
startLine: 665
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1102,7 +1102,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 735
|
||||
startLine: 739
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1137,7 +1137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 746
|
||||
startLine: 750
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1172,7 +1172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 761
|
||||
startLine: 765
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1208,7 +1208,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 787
|
||||
startLine: 791
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameSpeed
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 452
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -59,7 +59,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Paused
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 457
|
||||
startLine: 468
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Regular
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 461
|
||||
startLine: 472
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 465
|
||||
startLine: 476
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 469
|
||||
startLine: 480
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtremelyFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 474
|
||||
startLine: 485
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 238
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 243
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 247
|
||||
startLine: 252
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 251
|
||||
startLine: 256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 255
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 259
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -235,7 +235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 263
|
||||
startLine: 268
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -269,7 +269,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 267
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -303,7 +303,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 271
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -337,7 +337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 275
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
546
docs/api/TinyLife.Goals..yml
Normal file
546
docs/api/TinyLife.Goals..yml
Normal file
|
@ -0,0 +1,546 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.
|
||||
commentId: T:TinyLife.Goals.
|
||||
id: ''
|
||||
parent: TinyLife.Goals
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ''
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger is used by <xref href=\"TinyLife.Goals.AutoTriggerGoal%601\" data-throw-if-not-resolved=\"false\"></xref> instances to determine whether they should be triggered.\nGoal triggers are compared only by their <see cref=\"!:GoalTrigger.Name\"></see>, so mods can add goal triggers that work for other mods without explicit compatibility.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class : IEquatable<>'
|
||||
content.vb: >-
|
||||
Public Class
|
||||
Implements IEquatable(Of )
|
||||
inheritance:
|
||||
- System.Object
|
||||
implements:
|
||||
- System.IEquatable{TinyLife.Goals.}
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
references:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.IEquatable{TinyLife.Goals.}
|
||||
commentId: T:System.IEquatable{TinyLife.Goals.}
|
||||
parent: System
|
||||
definition: System.IEquatable`1
|
||||
name: IEquatable<>
|
||||
nameWithType: IEquatable<>
|
||||
fullName: System.IEquatable<TinyLife.Goals.>
|
||||
nameWithType.vb: IEquatable(Of )
|
||||
fullName.vb: System.IEquatable(Of TinyLife.Goals.)
|
||||
name.vb: IEquatable(Of )
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<>()
|
||||
nameWithType: Extensions.JsonCopy<>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of )()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.)()
|
||||
name.vb: JsonCopy(Of )()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<>
|
||||
nameWithType: Extensions.JsonCopy<>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of )
|
||||
nameWithType: Extensions.JsonCopy(Of )
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.IEquatable`1
|
||||
commentId: T:System.IEquatable`1
|
||||
isExternal: true
|
||||
name: IEquatable<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
nameWithType.vb: IEquatable(Of T)
|
||||
fullName.vb: System.IEquatable(Of T)
|
||||
name.vb: IEquatable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>
|
||||
nameWithType: Extensions.JsonCopy<T>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy(Of T)
|
||||
nameWithType: Extensions.JsonCopy(Of T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
|
@ -46,8 +46,8 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.AutoInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.Validate(TinyLife.Goals.GoalSet)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Single)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Single)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.Goal.Name
|
||||
- TinyLife.Goals.Goal.Set
|
||||
- TinyLife.Goals.Goal.Info
|
||||
|
@ -386,30 +386,24 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Single)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Single)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Single}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, Single)
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger(GoalTrigger, GoalSet, Object, Single)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Single)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Single).Trigger(GoalTrigger, GoalSet, Object, Single)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Single)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(GoalSet, Object, Single, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger(GoalSet, Object, Single, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger(TinyLife.Goals.GoalSet, System.Object, System.Single, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Single).Trigger(GoalSet, Object, Single, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger(TinyLife.Goals.GoalSet, System.Object, System.Single, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, Single, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -430,24 +424,27 @@ references:
|
|||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Single).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -468,37 +465,52 @@ references:
|
|||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Single)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Single)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Single}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Single,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Single}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, Person, Object, Single)
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger(GoalTrigger, Person, Object, Single)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Single)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Single).Trigger(GoalTrigger, Person, Object, Single)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Single)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, Single, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger(IEnumerable<GoalSet>, Object, Single, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, System.Single, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Single).Trigger(IEnumerable(Of GoalSet), Object, Single, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, System.Single, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, Single, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Single>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Single>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -515,28 +527,42 @@ references:
|
|||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Single).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Single).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -553,6 +579,16 @@ references:
|
|||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1115,29 +1151,23 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
name: Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1156,24 +1186,27 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1192,36 +1225,51 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1236,28 +1284,42 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1272,6 +1334,16 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -1061,10 +1061,7 @@ references:
|
|||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(T)
|
||||
|
|
|
@ -8,8 +8,8 @@ items:
|
|||
- TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoTriggerGoal
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 10
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoInfo
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 15
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 18
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 27
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -212,7 +212,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 30
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -238,16 +238,16 @@ items:
|
|||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Validate(TinyLife.Goals.GoalSet)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
id: Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
id: Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
name: Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -256,18 +256,15 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 46
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Trigger(GoalTrigger trigger, GoalSet set, object obj, T value)
|
||||
content: public static void Trigger(GoalSet set, object obj, T value, params GoalTrigger[] triggers)
|
||||
parameters:
|
||||
- id: trigger
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
description: The goal trigger that is triggering this goal
|
||||
- id: set
|
||||
type: TinyLife.Goals.GoalSet
|
||||
description: The goal set to search for auto-triggered goals
|
||||
|
@ -277,26 +274,30 @@ items:
|
|||
- id: value
|
||||
type: '{T}'
|
||||
description: The value that should be passed to <xref href="TinyLife.Goals.AutoTriggerGoal%601.Trigger(%600)" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Shared Sub Trigger(trigger As GoalTrigger, set As GoalSet, obj As Object, value As T)
|
||||
- id: triggers
|
||||
type: TinyLife.Goals.GoalTrigger[]
|
||||
description: The goal triggers that are triggering this goal
|
||||
content.vb: Public Shared Sub Trigger(set As GoalSet, obj As Object, value As T, ParamArray triggers As GoalTrigger())
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger*
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
id: Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
id: Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -305,37 +306,38 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 63
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nTriggers all auto-triggered goals with the specified type constraint for the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given set of <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref> instances.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Trigger(GoalTrigger trigger, Person person, object obj, T value)
|
||||
content: public static void Trigger(IEnumerable<GoalSet> goals, object obj, T value, params GoalTrigger[] triggers)
|
||||
parameters:
|
||||
- id: trigger
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
description: The goal trigger that is triggering this goal
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person that should be searched for goal sets using <xref href="TinyLife.Objects.Person.GetCurrentGoals" data-throw-if-not-resolved="false"></xref>
|
||||
- id: goals
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet}
|
||||
description: The set of goal set instances to search for auto-triggered goals
|
||||
- id: obj
|
||||
type: System.Object
|
||||
description: The object that should be passed to the <xref href="TinyLife.Goals.AutoGoalInfo.Condition" data-throw-if-not-resolved="false"></xref>
|
||||
- id: value
|
||||
type: '{T}'
|
||||
description: The value that should be passed to <xref href="TinyLife.Goals.AutoTriggerGoal%601.Trigger(%600)" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Shared Sub Trigger(trigger As GoalTrigger, person As Person, obj As Object, value As T)
|
||||
- id: triggers
|
||||
type: TinyLife.Goals.GoalTrigger[]
|
||||
description: The goal triggers that are triggering this goal
|
||||
content.vb: Public Shared Sub Trigger(goals As IEnumerable(Of GoalSet), obj As Object, value As T, ParamArray triggers As GoalTrigger())
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger*
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
references:
|
||||
- uid: TinyLife.Goals.AutoGoalInfo
|
||||
commentId: T:TinyLife.Goals.AutoGoalInfo
|
||||
|
@ -345,10 +347,7 @@ references:
|
|||
fullName: TinyLife.Goals.AutoGoalInfo
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
|
@ -1139,8 +1138,119 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.GoalTrigger[]
|
||||
isExternal: true
|
||||
name: GoalTrigger[]
|
||||
nameWithType: GoalTrigger[]
|
||||
fullName: TinyLife.Goals.GoalTrigger[]
|
||||
nameWithType.vb: GoalTrigger()
|
||||
fullName.vb: TinyLife.Goals.GoalTrigger()
|
||||
name.vb: GoalTrigger()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<GoalSet>
|
||||
nameWithType: IEnumerable<GoalSet>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>
|
||||
nameWithType.vb: IEnumerable(Of GoalSet)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet)
|
||||
name.vb: IEnumerable(Of GoalSet)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
|
|
|
@ -46,8 +46,8 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.AutoInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Validate(TinyLife.Goals.GoalSet)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Boolean)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Boolean)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.Goal.Name
|
||||
- TinyLife.Goals.Goal.Set
|
||||
- TinyLife.Goals.Goal.Info
|
||||
|
@ -386,30 +386,24 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Boolean)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Boolean)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Boolean}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, Boolean)
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger(GoalTrigger, GoalSet, Object, Boolean)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Boolean)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(GoalTrigger, GoalSet, Object, Boolean)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Boolean)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(GoalSet, Object, Boolean, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger(GoalSet, Object, Boolean, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger(TinyLife.Goals.GoalSet, System.Object, System.Boolean, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(GoalSet, Object, Boolean, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger(TinyLife.Goals.GoalSet, System.Object, System.Boolean, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, Boolean, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -430,24 +424,27 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Boolean).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -468,37 +465,52 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Boolean)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Boolean)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Boolean,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Boolean}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, Person, Object, Boolean)
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger(GoalTrigger, Person, Object, Boolean)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Boolean)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(GoalTrigger, Person, Object, Boolean)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Boolean)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, Boolean, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger(IEnumerable<GoalSet>, Object, Boolean, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, System.Boolean, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(IEnumerable(Of GoalSet), Object, Boolean, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, System.Boolean, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, Boolean, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Boolean>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Boolean>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -515,28 +527,42 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Boolean).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Boolean).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -553,6 +579,16 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1115,29 +1151,23 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
name: Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1156,24 +1186,27 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1192,36 +1225,51 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1236,28 +1284,42 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1272,6 +1334,16 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -46,8 +46,8 @@ items:
|
|||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Object}.AutoInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Object)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Object)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.Goal.Name
|
||||
- TinyLife.Goals.Goal.Set
|
||||
- TinyLife.Goals.Goal.Info
|
||||
|
@ -389,30 +389,24 @@ references:
|
|||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.AutoInfo
|
||||
nameWithType.vb: AutoTriggerGoal(Of Object).AutoInfo
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Object).AutoInfo
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Object}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, Object)
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger(GoalTrigger, GoalSet, Object, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Object).Trigger(GoalTrigger, GoalSet, Object, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.Object)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(GoalSet, Object, Object, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger(GoalSet, Object, Object, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger(TinyLife.Goals.GoalSet, System.Object, System.Object, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Object).Trigger(GoalSet, Object, Object, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger(TinyLife.Goals.GoalSet, System.Object, System.Object, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, Object, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -433,24 +427,27 @@ references:
|
|||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Object).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -471,91 +468,130 @@ references:
|
|||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Object}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.Object,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.Object}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, Person, Object, Object)
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger(GoalTrigger, Person, Object, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of Object).Trigger(GoalTrigger, Person, Object, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.Object)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, Object, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger(IEnumerable<GoalSet>, Object, Object, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, System.Object, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of Object).Trigger(IEnumerable(Of GoalSet), Object, Object, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, System.Object, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, Object, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<Object>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.Object>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of Object).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.Object).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1081,29 +1117,23 @@ references:
|
|||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoInfo
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).AutoInfo
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).AutoInfo
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
name: Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1122,24 +1152,27 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1158,36 +1191,51 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1202,28 +1250,42 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1238,6 +1300,16 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -6,7 +6,7 @@ items:
|
|||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo,TinyLife.Objects.Person)
|
||||
- TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)
|
||||
- TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
|
||||
- TinyLife.Goals.GoalSet.GetGoal``1
|
||||
- TinyLife.Goals.GoalSet.GetGoal``1(System.String)
|
||||
- TinyLife.Goals.GoalSet.GetGoals``1
|
||||
|
@ -402,7 +402,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nReturns the single <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instance in this goal set of the given type.\nIf there are more goals of the given type, this method will throw an <xref href=\"System.InvalidOperationException\" data-throw-if-not-resolved=\"false\"></xref>. \n"
|
||||
summary: "\nReturns the single <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instance in this goal set of the given type.\nIf there are more goals of the given type, this method will throw an <xref href=\"System.InvalidOperationException\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -423,16 +423,16 @@ items:
|
|||
- Public
|
||||
fullName.vb: TinyLife.Goals.GoalSet.GetGoal(Of T)()
|
||||
name.vb: GetGoal(Of T)()
|
||||
- uid: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)
|
||||
commentId: M:TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)
|
||||
id: GetDisplay(MLEM.Ui.Anchor)
|
||||
- uid: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
|
||||
commentId: M:TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
|
||||
id: GetDisplay(MLEM.Ui.Anchor,System.Boolean)
|
||||
parent: TinyLife.Goals.GoalSet
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDisplay(Anchor)
|
||||
nameWithType: GoalSet.GetDisplay(Anchor)
|
||||
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)
|
||||
name: GetDisplay(Anchor, Boolean)
|
||||
nameWithType: GoalSet.GetDisplay(Anchor, Boolean)
|
||||
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -441,22 +441,25 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplay
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 133
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nReturns a <xref href=\"MLEM.Ui.Elements.Group\" data-throw-if-not-resolved=\"false\"></xref> of elements that display the progress of this goal set dynamically\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Group GetDisplay(Anchor anchor)
|
||||
content: public Group GetDisplay(Anchor anchor, bool descriptionAsChild = false)
|
||||
parameters:
|
||||
- id: anchor
|
||||
type: MLEM.Ui.Anchor
|
||||
description: The anchor that the returned group should have
|
||||
- id: descriptionAsChild
|
||||
type: System.Boolean
|
||||
description: Whether the description should be returned as a child of the returned group, rather than added as a tooltip.
|
||||
return:
|
||||
type: MLEM.Ui.Elements.Group
|
||||
description: A group that displays this goal set's progress
|
||||
content.vb: Public Function GetDisplay(anchor As Anchor) As Group
|
||||
content.vb: Public Function GetDisplay(anchor As Anchor, descriptionAsChild As Boolean = False) As Group
|
||||
overload: TinyLife.Goals.GoalSet.GetDisplay*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -480,7 +483,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 154
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
File diff suppressed because it is too large
Load diff
164
docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml
Normal file
164
docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml
Normal file
|
@ -0,0 +1,164 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
commentId: T:TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
id: Job.JobPerformanceDelegate
|
||||
parent: TinyLife.Goals
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Job.JobPerformanceDelegate
|
||||
nameWithType: Job.JobPerformanceDelegate
|
||||
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobPerformanceDelegate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA delegate method used for <xref href=\"TinyLife.Goals.Job.OnGetWorkingPerformance\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate void JobPerformanceDelegate(WorkAction action, TimeSpan passedInGame, ref float performance);
|
||||
parameters:
|
||||
- id: action
|
||||
type: TinyLife.Actions.WorkAction
|
||||
- id: passedInGame
|
||||
type: System.TimeSpan
|
||||
- id: performance
|
||||
type: System.Single
|
||||
content.vb: Public Delegate Sub JobPerformanceDelegate(action As WorkAction, passedInGame As TimeSpan, ByRef performance As Single)
|
||||
extensionMethods:
|
||||
- TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
commentId: E:TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- uid: TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<Job.JobPerformanceDelegate>()
|
||||
nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)()
|
||||
name.vb: JsonCopy(Of Job.JobPerformanceDelegate)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<Job.JobPerformanceDelegate>
|
||||
nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of Job.JobPerformanceDelegate)
|
||||
nameWithType: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.WorkAction
|
||||
commentId: T:TinyLife.Actions.WorkAction
|
||||
parent: TinyLife.Actions
|
||||
name: WorkAction
|
||||
nameWithType: WorkAction
|
||||
fullName: TinyLife.Actions.WorkAction
|
||||
- uid: System.TimeSpan
|
||||
commentId: T:System.TimeSpan
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>
|
||||
nameWithType: Extensions.JsonCopy<T>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy(Of T)
|
||||
nameWithType: Extensions.JsonCopy(Of T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
|
@ -12,10 +12,12 @@ items:
|
|||
- TinyLife.Goals.Job.DailyTasks
|
||||
- TinyLife.Goals.Job.HasRequiredPromotionSkills
|
||||
- TinyLife.Goals.Job.Level
|
||||
- TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
- TinyLife.Goals.Job.Performance
|
||||
- TinyLife.Goals.Job.Person
|
||||
- TinyLife.Goals.Job.Type
|
||||
- TinyLife.Goals.Job.Update(System.TimeSpan)
|
||||
- TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)
|
||||
- TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -31,7 +33,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Job
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 17
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -76,6 +78,41 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
commentId: E:TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
id: OnGetWorkingPerformance
|
||||
parent: TinyLife.Goals.Job
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnGetWorkingPerformance
|
||||
nameWithType: Job.OnGetWorkingPerformance
|
||||
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetWorkingPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nAn event that is raised when this job's <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> is increased in <xref href=\"TinyLife.Goals.Job.Update(System.TimeSpan)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis event can be used to change the gained or lost performance due to various custom conditions.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static event Job.JobPerformanceDelegate OnGetWorkingPerformance
|
||||
return:
|
||||
type: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
content.vb: Public Shared Event OnGetWorkingPerformance As Job.JobPerformanceDelegate
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Goals.Job.Type
|
||||
commentId: F:TinyLife.Goals.Job.Type
|
||||
id: Type
|
||||
|
@ -94,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 24
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -139,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 28
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -176,7 +213,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Performance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 33
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -223,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Level
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 39
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -270,7 +307,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 44
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -317,7 +354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHourlyPay
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 49
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -354,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 57
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -396,7 +433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 70
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -414,6 +451,45 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)
|
||||
commentId: M:TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)
|
||||
id: UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)
|
||||
parent: TinyLife.Goals.Job
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateWorking(WorkAction, TimeSpan)
|
||||
nameWithType: Job.UpdateWorking(WorkAction, TimeSpan)
|
||||
fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nUpdates this job, changing the <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref> according to this job's person's current actions.\nThis is called in <xref href=\"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void UpdateWorking(WorkAction action, TimeSpan passedInGame)
|
||||
parameters:
|
||||
- id: action
|
||||
type: TinyLife.Actions.WorkAction
|
||||
description: The action that is currently being executed.
|
||||
- id: passedInGame
|
||||
type: System.TimeSpan
|
||||
description: The amount of time that has passed in game since the last update.
|
||||
content.vb: Public Sub UpdateWorking(action As WorkAction, passedInGame As TimeSpan)
|
||||
overload: TinyLife.Goals.Job.UpdateWorking*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.Job.AddPerformance(System.Single)
|
||||
commentId: M:TinyLife.Goals.Job.AddPerformance(System.Single)
|
||||
id: AddPerformance(System.Single)
|
||||
|
@ -432,7 +508,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 101
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -468,7 +544,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLevel
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 120
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -504,7 +580,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 159
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -539,7 +615,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 171
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1106,6 +1182,18 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Goals.Job.Performance
|
||||
commentId: P:TinyLife.Goals.Job.Performance
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.Job.Update(System.TimeSpan)
|
||||
commentId: M:TinyLife.Goals.Job.Update(System.TimeSpan)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
commentId: T:TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
parent: TinyLife.Goals
|
||||
name: Job.JobPerformanceDelegate
|
||||
nameWithType: Job.JobPerformanceDelegate
|
||||
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
- uid: TinyLife.Goals.Job.Person*
|
||||
commentId: Overload:TinyLife.Goals.Job.Person
|
||||
name: Person
|
||||
|
@ -1182,9 +1270,6 @@ references:
|
|||
name: Job
|
||||
nameWithType: Job.Job
|
||||
fullName: TinyLife.Goals.Job.Job
|
||||
- uid: TinyLife.Goals.Job.Performance
|
||||
commentId: P:TinyLife.Goals.Job.Performance
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
isExternal: true
|
||||
|
@ -1200,6 +1285,25 @@ references:
|
|||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.Job.UpdateWorking*
|
||||
commentId: Overload:TinyLife.Goals.Job.UpdateWorking
|
||||
name: UpdateWorking
|
||||
nameWithType: Job.UpdateWorking
|
||||
fullName: TinyLife.Goals.Job.UpdateWorking
|
||||
- uid: TinyLife.Actions.WorkAction
|
||||
commentId: T:TinyLife.Actions.WorkAction
|
||||
parent: TinyLife.Actions
|
||||
name: WorkAction
|
||||
nameWithType: WorkAction
|
||||
fullName: TinyLife.Actions.WorkAction
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Goals.Job.AddLevel(System.Int32)
|
||||
commentId: M:TinyLife.Goals.Job.AddLevel(System.Int32)
|
||||
isExternal: true
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Goals.JobType.#ctor(System.String,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
|
||||
- TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- TinyLife.Goals.JobType.ChoicePrompts
|
||||
- TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
|
||||
- TinyLife.Goals.JobType.DailyTaskImportance
|
||||
- TinyLife.Goals.JobType.DailyTasks
|
||||
|
@ -45,7 +46,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobType
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 25
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -107,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 33
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -144,7 +145,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PrimarySchoolStudent
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 36
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -179,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 71
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -214,7 +215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HourlyPay
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 76
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -249,7 +250,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkHours
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 81
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -284,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OffWorkDays
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 86
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -319,7 +320,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 91
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -356,7 +357,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxLevel
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 95
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -393,7 +394,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasSpecialLocalization
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 100
|
||||
startLine: 136
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -430,7 +431,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 105
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -467,7 +468,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanQuitOrBeFired
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 110
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -504,7 +505,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 115
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -541,11 +542,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTaskImportance
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 120
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe importance of the <xref href=\"TinyLife.Goals.JobType.DailyTasks\" data-throw-if-not-resolved=\"false\"></xref> for job progress.\nThis value defaults to 0.35, meaning the completion of this job's daily tasks make up 35% of the performance gained the next day.\n"
|
||||
summary: "\nThe importance of the <xref href=\"TinyLife.Goals.JobType.DailyTasks\" data-throw-if-not-resolved=\"false\"></xref> for job progress.\nThis value defaults to 0.2, meaning the completion of this job's daily tasks make up 20% of the performance gained the next day.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public float DailyTaskImportance { get; set; }
|
||||
|
@ -560,6 +561,43 @@ items:
|
|||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.JobType.ChoicePrompts
|
||||
commentId: P:TinyLife.Goals.JobType.ChoicePrompts
|
||||
id: ChoicePrompts
|
||||
parent: TinyLife.Goals.JobType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ChoicePrompts
|
||||
nameWithType: JobType.ChoicePrompts
|
||||
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA set of <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref> instances that will randomly be displayed throughout this job type's work day.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public ChoicePromptInfo[] ChoicePrompts { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.ChoicePromptInfo[]
|
||||
content.vb: Public Property ChoicePrompts As ChoicePromptInfo()
|
||||
overload: TinyLife.Goals.JobType.ChoicePrompts*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.JobType.SourceString
|
||||
commentId: P:TinyLife.Goals.JobType.SourceString
|
||||
id: SourceString
|
||||
|
@ -578,7 +616,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 122
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -617,7 +655,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 131
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -665,7 +703,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 144
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -707,7 +745,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsTimeToWork
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 154
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -751,7 +789,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScheduleString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 164
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -788,7 +826,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 178
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -832,7 +870,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 190
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -873,7 +911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStartsInAnHour
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 205
|
||||
startLine: 245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -911,7 +949,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkHoursOver
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 216
|
||||
startLine: 256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -949,7 +987,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 226
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -990,7 +1028,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStarted
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 237
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1031,7 +1069,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 245
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1072,7 +1110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 258
|
||||
startLine: 298
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -2102,6 +2140,46 @@ references:
|
|||
name: DailyTaskImportance
|
||||
nameWithType: JobType.DailyTaskImportance
|
||||
fullName: TinyLife.Goals.JobType.DailyTaskImportance
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
commentId: T:TinyLife.ChoicePromptInfo
|
||||
parent: TinyLife
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- uid: TinyLife.Goals.JobType.ChoicePrompts*
|
||||
commentId: Overload:TinyLife.Goals.JobType.ChoicePrompts
|
||||
name: ChoicePrompts
|
||||
nameWithType: JobType.ChoicePrompts
|
||||
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
||||
- uid: TinyLife.ChoicePromptInfo[]
|
||||
isExternal: true
|
||||
name: ChoicePromptInfo[]
|
||||
nameWithType: ChoicePromptInfo[]
|
||||
fullName: TinyLife.ChoicePromptInfo[]
|
||||
nameWithType.vb: ChoicePromptInfo()
|
||||
fullName.vb: TinyLife.ChoicePromptInfo()
|
||||
name.vb: ChoicePromptInfo()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: TinyLife
|
||||
commentId: N:TinyLife
|
||||
name: TinyLife
|
||||
nameWithType: TinyLife
|
||||
fullName: TinyLife
|
||||
- uid: TinyLife.Goals.JobType.SourceString*
|
||||
commentId: Overload:TinyLife.Goals.JobType.SourceString
|
||||
name: SourceString
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 182
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 189
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentGoals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 193
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StageIndex
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 200
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 205
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stage
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 210
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 214
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 222
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -376,7 +376,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 232
|
||||
startLine: 241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Advance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 242
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -440,7 +440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 267
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Goals.LifeGoal.#ctor(System.String,TinyLife.PersonalityType,TinyLife.Goals.GoalSetInfo[])
|
||||
- TinyLife.Goals.LifeGoal.AllowedAges
|
||||
- TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
- TinyLife.Goals.LifeGoal.Chef
|
||||
- TinyLife.Goals.LifeGoal.ComputerAddict
|
||||
- TinyLife.Goals.LifeGoal.FriendOfEveryone
|
||||
|
@ -36,7 +37,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeGoal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -87,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -124,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chef
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -159,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 47
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -194,7 +195,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -229,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 71
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -264,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 83
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -299,7 +300,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 95
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -334,7 +335,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 105
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -351,6 +352,41 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
commentId: F:TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
id: CapableCarpenter
|
||||
parent: TinyLife.Goals.LifeGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CapableCarpenter
|
||||
nameWithType: LifeGoal.CapableCarpenter
|
||||
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly LifeGoal CapableCarpenter
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: Public Shared ReadOnly CapableCarpenter As LifeGoal
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.OnAdvanced
|
||||
commentId: E:TinyLife.Goals.LifeGoal.OnAdvanced
|
||||
id: OnAdvanced
|
||||
|
@ -369,7 +405,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdvanced
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 122
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -404,7 +440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 126
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -439,7 +475,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 131
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -474,7 +510,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stages
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 135
|
||||
startLine: 144
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -509,7 +545,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RewardPersonality
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 140
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -544,7 +580,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 145
|
||||
startLine: 154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -581,7 +617,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 153
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -626,7 +662,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 164
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -665,7 +701,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 173
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Memory
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 85
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 92
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TimeOccured
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 97
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 102
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -215,7 +215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TimeSinceOccured
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 106
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 115
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 127
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MemoryType
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 16
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PublishFailure
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 26
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -154,7 +154,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LogicalAction
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 27
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SocialAction
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 28
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -224,7 +224,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Promotion
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -259,7 +259,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreativeAction
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FamilySocial
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 41
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 47
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -437,7 +437,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 58
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -486,7 +486,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 73
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSettings
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 234
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 239
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 243
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 247
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 252
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedTypeScrap
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 258
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 262
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -271,7 +271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 268
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 273
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -337,7 +337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProjectDisplayName
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 278
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -370,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanContinue
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 283
|
||||
startLine: 282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IncludeProject
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 288
|
||||
startLine: 287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 297
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -36,7 +36,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Project
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 21
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 34
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Quality
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 39
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -236,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Progress
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 44
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -285,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyPay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 50
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -338,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyPayReductionFactor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -391,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 61
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 69
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -472,7 +472,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 80
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -513,7 +513,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeProgress
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 93
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -563,7 +563,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Remove
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 100
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -597,7 +597,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNewDay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 107
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -631,7 +631,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetDailyPay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 123
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -673,7 +673,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateActions
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 138
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -714,7 +714,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetVarieties
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 177
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -767,7 +767,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenNamePrompt
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 191
|
||||
startLine: 190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -817,7 +817,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenScrapPrompt
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
startLine: 205
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -55,6 +55,7 @@ items:
|
|||
- TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- TinyLife.Goals.JobType.DailyTasks
|
||||
- TinyLife.Goals.JobType.DailyTaskImportance
|
||||
- TinyLife.Goals.JobType.ChoicePrompts
|
||||
- TinyLife.Goals.JobType.SourceString
|
||||
- TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
|
||||
- TinyLife.Goals.JobType.IsTimeToWork(System.Nullable{System.TimeSpan})
|
||||
|
@ -332,6 +333,12 @@ references:
|
|||
name: DailyTaskImportance
|
||||
nameWithType: JobType.DailyTaskImportance
|
||||
fullName: TinyLife.Goals.JobType.DailyTaskImportance
|
||||
- uid: TinyLife.Goals.JobType.ChoicePrompts
|
||||
commentId: P:TinyLife.Goals.JobType.ChoicePrompts
|
||||
parent: TinyLife.Goals.JobType
|
||||
name: ChoicePrompts
|
||||
nameWithType: JobType.ChoicePrompts
|
||||
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
||||
- uid: TinyLife.Goals.JobType.SourceString
|
||||
commentId: P:TinyLife.Goals.JobType.SourceString
|
||||
parent: TinyLife.Goals.JobType
|
||||
|
|
|
@ -46,8 +46,8 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.AutoInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Validate(TinyLife.Goals.GoalSet)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.TimeSpan)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.TimeSpan)
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
- TinyLife.Goals.Goal.Name
|
||||
- TinyLife.Goals.Goal.Set
|
||||
- TinyLife.Goals.Goal.Info
|
||||
|
@ -386,30 +386,24 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.TimeSpan)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,System.TimeSpan)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalSet,System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, TimeSpan)
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger(GoalTrigger, GoalSet, Object, TimeSpan)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.TimeSpan)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(GoalTrigger, GoalSet, Object, TimeSpan)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, System.TimeSpan)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(GoalSet, Object, TimeSpan, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger(GoalSet, Object, TimeSpan, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger(TinyLife.Goals.GoalSet, System.Object, System.TimeSpan, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(GoalSet, Object, TimeSpan, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(TinyLife.Goals.GoalSet, System.Object, System.TimeSpan, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, TimeSpan, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -430,24 +424,27 @@ references:
|
|||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TimeSpan).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -468,37 +465,52 @@ references:
|
|||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.TimeSpan)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,System.TimeSpan)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,System.TimeSpan,TinyLife.Goals.GoalTrigger[])
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
name: Trigger(GoalTrigger, Person, Object, TimeSpan)
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger(GoalTrigger, Person, Object, TimeSpan)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.TimeSpan)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(GoalTrigger, Person, Object, TimeSpan)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, System.TimeSpan)
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, TimeSpan, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger(IEnumerable<GoalSet>, Object, TimeSpan, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, System.TimeSpan, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(IEnumerable(Of GoalSet), Object, TimeSpan, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, System.TimeSpan, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, TimeSpan, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TimeSpan>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<System.TimeSpan>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -515,28 +527,42 @@ references:
|
|||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TimeSpan).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -553,6 +579,16 @@ references:
|
|||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1115,29 +1151,23 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, GoalSet, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Goals.GoalSet, System.Object, T)
|
||||
name: Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalSet, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalSet, System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(GoalSet, Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1156,24 +1186,27 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
|
@ -1192,36 +1225,51 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
isExternal: true
|
||||
name: Trigger(GoalTrigger, Person, Object, T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(GoalTrigger, Person, Object, T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(TinyLife.Goals.GoalTrigger, TinyLife.Objects.Person, System.Object, T)
|
||||
name: Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(IEnumerable<GoalSet>, Object, T, GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.GoalSet>, System.Object, T, TinyLife.Goals.GoalTrigger[])
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.GoalSet), System.Object, T, TinyLife.Goals.GoalTrigger())
|
||||
name.vb: Trigger(IEnumerable(Of GoalSet), Object, T, GoalTrigger())
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1236,28 +1284,42 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1272,6 +1334,16 @@ references:
|
|||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -4,6 +4,7 @@ items:
|
|||
commentId: N:TinyLife.Goals
|
||||
id: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.
|
||||
- TinyLife.Goals.AmountGoal
|
||||
- TinyLife.Goals.AutoGoalInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal`1
|
||||
|
@ -13,8 +14,8 @@ items:
|
|||
- TinyLife.Goals.GoalInfo
|
||||
- TinyLife.Goals.GoalSet
|
||||
- TinyLife.Goals.GoalSetInfo
|
||||
- TinyLife.Goals.GoalTrigger
|
||||
- TinyLife.Goals.Job
|
||||
- TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
- TinyLife.Goals.JobType
|
||||
- TinyLife.Goals.LifeGoal
|
||||
- TinyLife.Goals.LifeGoal.Instance
|
||||
|
@ -116,18 +117,23 @@ references:
|
|||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- uid: TinyLife.Goals.
|
||||
commentId: T:TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- uid: TinyLife.Goals.Job
|
||||
commentId: T:TinyLife.Goals.Job
|
||||
parent: TinyLife.Goals
|
||||
name: Job
|
||||
nameWithType: Job
|
||||
fullName: TinyLife.Goals.Job
|
||||
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
commentId: T:TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
parent: TinyLife.Goals
|
||||
name: Job.JobPerformanceDelegate
|
||||
nameWithType: Job.JobPerformanceDelegate
|
||||
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
- uid: TinyLife.Goals.JobType
|
||||
commentId: T:TinyLife.Goals.JobType
|
||||
parent: TinyLife.Goals
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.LnCategory.Actions
|
||||
- TinyLife.LnCategory.BuildMode
|
||||
- TinyLife.LnCategory.ChoicePrompts
|
||||
- TinyLife.LnCategory.Clothes
|
||||
- TinyLife.LnCategory.Emotions
|
||||
- TinyLife.LnCategory.Food
|
||||
|
@ -491,6 +492,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.LnCategory.ChoicePrompts
|
||||
commentId: F:TinyLife.LnCategory.ChoicePrompts
|
||||
id: ChoicePrompts
|
||||
parent: TinyLife.LnCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ChoicePrompts
|
||||
nameWithType: LnCategory.ChoicePrompts
|
||||
fullName: TinyLife.LnCategory.ChoicePrompts
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: 'A localization category for text related to <xref href="TinyLife.ChoicePromptInfo" data-throw-if-not-resolved="false"></xref>. '
|
||||
example: []
|
||||
syntax:
|
||||
content: ChoicePrompts = 13
|
||||
return:
|
||||
type: TinyLife.LnCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife
|
||||
commentId: N:TinyLife
|
||||
|
@ -661,3 +696,9 @@ references:
|
|||
name: LifeGoal
|
||||
nameWithType: LifeGoal
|
||||
fullName: TinyLife.Goals.LifeGoal
|
||||
- uid: TinyLife.ChoicePromptInfo
|
||||
commentId: T:TinyLife.ChoicePromptInfo
|
||||
parent: TinyLife
|
||||
name: ChoicePromptInfo
|
||||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.ChoicePromptInfo
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModLoader
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 20
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryGetModInfo
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 31
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetModsFolder
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AbstractSpot
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 15
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: YOffset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Offset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -150,7 +150,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VisualOffset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -218,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Group
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 42
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -251,7 +251,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawLayer
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 47
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -284,7 +284,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsOnGround
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 52
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -321,7 +321,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 62
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -369,7 +369,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetValidDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 74
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLocation
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 85
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -450,7 +450,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoGroupsOverlap
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 96
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpot
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 105
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CategoryRestriction
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 112
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 119
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -164,7 +164,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 128
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 138
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 149
|
||||
startLine: 148
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -299,7 +299,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOccupants
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 170
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -344,7 +344,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BedSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 201
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -391,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BenchSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 229
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -435,7 +435,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChairSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 249
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -476,7 +476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PicnicTableSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 259
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -517,7 +517,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 282
|
||||
startLine: 281
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -561,7 +561,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPicnicBenchDrawLayer
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 297
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2522
|
||||
startLine: 2575
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -38,6 +38,7 @@ items:
|
|||
Public Enum AgeGroup
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
attributes:
|
||||
- type: System.FlagsAttribute
|
||||
ctor: System.FlagsAttribute.#ctor
|
||||
|
@ -66,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2530
|
||||
startLine: 2583
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -100,7 +101,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Adult
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2536
|
||||
startLine: 2589
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -167,6 +168,43 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging(LifeSpan)
|
||||
nameWithType: Extensions.GetDaysBeforeAging(LifeSpan)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging
|
||||
nameWithType: Extensions.GetDaysBeforeAging
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.LifeSpan
|
||||
name: LifeSpan
|
||||
nameWithType: LifeSpan
|
||||
fullName: TinyLife.Objects.LifeSpan
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging
|
||||
nameWithType: Extensions.GetDaysBeforeAging
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.LifeSpan
|
||||
name: LifeSpan
|
||||
nameWithType: LifeSpan
|
||||
fullName: TinyLife.Objects.LifeSpan
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
|
@ -215,6 +253,55 @@ references:
|
|||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging(AgeGroup, LifeSpan)
|
||||
nameWithType: Extensions.GetDaysBeforeAging(AgeGroup, LifeSpan)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup, TinyLife.Objects.LifeSpan)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging
|
||||
nameWithType: Extensions.GetDaysBeforeAging
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.LifeSpan
|
||||
name: LifeSpan
|
||||
nameWithType: LifeSpan
|
||||
fullName: TinyLife.Objects.LifeSpan
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
name: GetDaysBeforeAging
|
||||
nameWithType: Extensions.GetDaysBeforeAging
|
||||
fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Objects.LifeSpan
|
||||
name: LifeSpan
|
||||
nameWithType: LifeSpan
|
||||
fullName: TinyLife.Objects.LifeSpan
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
|
|
|
@ -87,6 +87,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
|
@ -123,12 +125,11 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1241,6 +1242,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3021,6 +3200,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3113,193 +3298,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3392,10 +3399,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3425,7 +3432,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3518,10 +3525,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenBehavior
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 157
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Puddles
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 163
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dripping
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 167
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElectricityCrackle
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 171
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Smoke
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 175
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 179
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -13,6 +13,7 @@ items:
|
|||
- TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.BreakableFurniture.GetPrice
|
||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
- TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
- TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
|
@ -84,12 +85,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.Furniture.OnAdded
|
||||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -123,13 +125,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -276,7 +277,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 42
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -327,7 +328,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 45
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -373,7 +374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WearDown
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 103
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -411,11 +412,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 117
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns whether the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">action</code> can be executed at this map object.\nBy default, this method returns <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref> for all actions, but <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> additionally returns custom results based on whether the furniture is <xref href=\"TinyLife.Objects.BreakableFurniture.Broken\" data-throw-if-not-resolved=\"false\"></xref> or based on <xref href=\"TinyLife.Objects.Furniture.AreUtilitiesDisabled\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nReturns whether the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">action</code> can be executed at this map object.\nBy default, this method returns <see cref=\"!:CanExecuteResult.Valid\"></see> for all actions, but <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> additionally returns custom results based on whether the furniture is <xref href=\"TinyLife.Objects.BreakableFurniture.Broken\" data-throw-if-not-resolved=\"false\"></xref> or based on <xref href=\"TinyLife.Objects.Furniture.AreUtilitiesDisabled\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override CanExecuteResult CanExecuteAction(ActionType action, ActionInfo info, bool automatic, bool isAuxiliary)
|
||||
|
@ -462,7 +463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 122
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -513,7 +514,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 136
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -551,7 +552,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 141
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -593,7 +594,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 150
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -617,6 +618,41 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||
commentId: M:TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||
id: OnRemoved
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnRemoved()
|
||||
nameWithType: BreakableFurniture.OnRemoved()
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnRemoved()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThis method is called when this object is removed from a <xref href=\"TinyLife.Objects.MapObject.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, it does nothing.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void OnRemoved()
|
||||
content.vb: Public Overrides Sub OnRemoved
|
||||
overridden: TinyLife.Objects.Furniture.OnRemoved
|
||||
overload: TinyLife.Objects.BreakableFurniture.OnRemoved*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
commentId: T:TinyLife.Objects.Furniture
|
||||
|
@ -1073,34 +1109,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
commentId: M:TinyLife.Objects.Furniture.OnRemoved
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnRemoved()
|
||||
nameWithType: Furniture.OnRemoved()
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
name: OnRemoved
|
||||
nameWithType: Furniture.OnRemoved
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
name: OnRemoved
|
||||
nameWithType: Furniture.OnRemoved
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1335,6 +1343,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2987,6 +3173,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3134,193 +3326,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3413,10 +3427,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3446,7 +3460,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3539,10 +3553,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -4957,3 +4971,36 @@ references:
|
|||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
commentId: M:TinyLife.Objects.Furniture.OnRemoved
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnRemoved()
|
||||
nameWithType: Furniture.OnRemoved()
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
name: OnRemoved
|
||||
nameWithType: Furniture.OnRemoved
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnRemoved
|
||||
name: OnRemoved
|
||||
nameWithType: Furniture.OnRemoved
|
||||
fullName: TinyLife.Objects.Furniture.OnRemoved
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnRemoved*
|
||||
commentId: Overload:TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||
name: OnRemoved
|
||||
nameWithType: BreakableFurniture.OnRemoved
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||
|
|
|
@ -81,6 +81,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
|
@ -117,13 +119,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1139,6 +1140,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2919,6 +3098,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3066,193 +3251,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3345,10 +3352,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3378,7 +3385,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3471,10 +3478,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -38,7 +38,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 26
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 33
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layers
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 37
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllIntentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 41
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReferencePrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 46
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 210
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -273,7 +273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 214
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,7 +308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureRegions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 220
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -343,7 +343,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 225
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -378,7 +378,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 230
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -413,7 +413,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 234
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -448,7 +448,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 239
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -485,7 +485,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 244
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -522,7 +522,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ages
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 249
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -559,7 +559,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DepthFunction
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 254
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -596,7 +596,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureBehaviorLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 259
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -633,7 +633,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 270
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -687,7 +687,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 288
|
||||
startLine: 283
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -724,7 +724,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 297
|
||||
startLine: 291
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -762,7 +762,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 308
|
||||
startLine: 302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesIntention
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 502
|
||||
startLine: 496
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 506
|
||||
startLine: 500
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Everyday
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 507
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Party
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 508
|
||||
startLine: 502
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Formal
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 509
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 510
|
||||
startLine: 504
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Swimwear
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 511
|
||||
startLine: 505
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -269,7 +269,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sleep
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 512
|
||||
startLine: 506
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Summer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 513
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Winter
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 514
|
||||
startLine: 508
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Work
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 515
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -397,7 +397,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Safety
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 516
|
||||
startLine: 510
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 447
|
||||
startLine: 441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Body
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 453
|
||||
startLine: 447
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Eyes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 457
|
||||
startLine: 451
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pants
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 461
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Arms
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 465
|
||||
startLine: 459
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shirt
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 469
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -248,7 +248,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Accessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 473
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -282,7 +282,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hair
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 477
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -316,7 +316,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeadAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 481
|
||||
startLine: 475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -350,7 +350,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FaceAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 485
|
||||
startLine: 479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -384,7 +384,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ArmAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 490
|
||||
startLine: 484
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -418,7 +418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shoes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 494
|
||||
startLine: 488
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -84,6 +84,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -118,13 +120,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1452,6 +1453,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2952,6 +3131,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3099,193 +3284,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3378,10 +3385,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3411,7 +3418,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3504,10 +3511,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -85,6 +85,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -119,13 +121,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1416,6 +1417,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2916,6 +3095,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3063,193 +3248,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3342,10 +3349,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3375,7 +3382,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3468,10 +3475,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -82,6 +82,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -116,13 +118,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1251,6 +1252,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2751,6 +2930,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2898,193 +3083,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3177,10 +3184,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3210,7 +3217,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3303,10 +3310,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -89,6 +89,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -124,12 +126,11 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -1416,6 +1417,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2952,6 +3131,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3044,193 +3229,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3323,10 +3330,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3356,7 +3363,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3449,10 +3456,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
|
|
@ -9,6 +9,8 @@ items:
|
|||
- TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Food.FoodLeft
|
||||
- TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Food.HasCandle
|
||||
- TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -23,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 15
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -51,7 +53,6 @@ items:
|
|||
- TinyLife.Objects.FoodTypedItem.ServingSize
|
||||
- TinyLife.Objects.FoodTypedItem.Expired
|
||||
- TinyLife.Objects.FoodTypedItem.Validate
|
||||
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
|
@ -88,6 +89,8 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -123,13 +126,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.CurrentLot
|
||||
- TinyLife.Objects.MapObject.CurrentRoom
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||
|
@ -167,7 +169,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodLeft
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 22
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -192,6 +194,53 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Food.HasCandle
|
||||
commentId: F:TinyLife.Objects.Food.HasCandle
|
||||
id: HasCandle
|
||||
parent: TinyLife.Objects.Food
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: HasCandle
|
||||
nameWithType: Food.HasCandle
|
||||
fullName: TinyLife.Objects.Food.HasCandle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCandle
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA field that stores whether this food item currently has candles on it.\nThis is generally only set to <xref uid=\"langword_csharp_true\" name=\"true\" href=\"\"></xref> by the <xref href=\"TinyLife.Actions.ActionType.AddCandle\" data-throw-if-not-resolved=\"false\"></xref> action for cakes which have had no slices removed yet.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public bool HasCandle
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: >-
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public HasCandle As Boolean
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
namedArguments:
|
||||
- name: EmitDefaultValue
|
||||
type: System.Boolean
|
||||
value: false
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||
commentId: M:TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
|
||||
|
@ -210,7 +259,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 25
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -261,7 +310,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 28
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -318,6 +367,51 @@ items:
|
|||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean)
|
||||
name.vb: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean)
|
||||
- uid: TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Objects.Food
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Update(GameTime, TimeSpan, Single)
|
||||
nameWithType: Food.Update(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
||||
parameters:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
description: The game's time
|
||||
- id: passedInGame
|
||||
type: System.TimeSpan
|
||||
description: The amount of time that has passed since the last call
|
||||
- id: speedMultiplier
|
||||
type: System.Single
|
||||
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
|
||||
overridden: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
overload: TinyLife.Objects.Food.Update*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
|
@ -336,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 40
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -466,77 +560,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
isExternal: true
|
||||
name: Update(GameTime, TimeSpan, Single)
|
||||
nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: Update
|
||||
nameWithType: FoodTypedItem.Update
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: Update
|
||||
nameWithType: FoodTypedItem.Update
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.Random
|
||||
commentId: F:TinyLife.Objects.Furniture.Random
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1309,6 +1332,184 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: Furniture.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: Furniture.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2845,6 +3046,12 @@ references:
|
|||
name: CurrentLot
|
||||
nameWithType: MapObject.CurrentLot
|
||||
fullName: TinyLife.Objects.MapObject.CurrentLot
|
||||
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
||||
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: CurrentRoom
|
||||
nameWithType: MapObject.CurrentRoom
|
||||
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
||||
- uid: TinyLife.Objects.MapObject.IsInWorld
|
||||
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2992,193 +3199,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
name: GetRestoreNeedModifier
|
||||
nameWithType: MapObject.GetRestoreNeedModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3271,10 +3300,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -3304,7 +3333,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3397,10 +3426,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
|
@ -4050,6 +4079,16 @@ references:
|
|||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: TinyLife.Actions.ActionType.AddCandle
|
||||
commentId: F:TinyLife.Actions.ActionType.AddCandle
|
||||
isExternal: true
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects.Food.#ctor*
|
||||
commentId: Overload:TinyLife.Objects.Food.#ctor
|
||||
name: Food
|
||||
|
@ -4427,13 +4466,6 @@ references:
|
|||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects.ParentInfo
|
||||
commentId: T:TinyLife.Objects.ParentInfo
|
||||
parent: TinyLife.Objects
|
||||
|
@ -4485,6 +4517,89 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
isExternal: true
|
||||
name: Update(GameTime, TimeSpan, Single)
|
||||
nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: Update
|
||||
nameWithType: FoodTypedItem.Update
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
name: Update
|
||||
nameWithType: FoodTypedItem.Update
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Update
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Food.Update*
|
||||
commentId: Overload:TinyLife.Objects.Food.Update
|
||||
name: Update
|
||||
nameWithType: Food.Update
|
||||
fullName: TinyLife.Objects.Food.Update
|
||||
- uid: System.TimeSpan
|
||||
commentId: T:System.TimeSpan
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue