### YamlMime:ManagedReference items: - uid: TinyLife.Actions.WatchTvAction commentId: T:TinyLife.Actions.WatchTvAction id: WatchTvAction parent: TinyLife.Actions children: - TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel) - TinyLife.Actions.WatchTvAction.AndThenInitialize - TinyLife.Actions.WatchTvAction.AndThenIsCompleted - TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.WatchTvAction.CreateFirstActions - TinyLife.Actions.WatchTvAction.FullyInProgress - TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) - TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32) - TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32) langs: - csharp - vb name: WatchTvAction nameWithType: WatchTvAction fullName: TinyLife.Actions.WatchTvAction type: Class source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchTvAction path: ../TinyLife/Actions/WatchTvAction.cs startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nWatch tv action is the action that is created by the action types.\nThis action class is exposed as its behavior is rather complex, taking into account the possible locations that a person can stand or sit while watching TV.\nSee , and for more information.\n" example: [] syntax: content: 'public class WatchTvAction : MultiAction, IGenericDataHolder' content.vb: >- Public Class WatchTvAction Inherits MultiAction Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Actions.Action - TinyLife.Actions.MultiAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.MainElapsedTime - TinyLife.Actions.MultiAction.InProgressTime - TinyLife.Actions.MultiAction.CreateLastActions - TinyLife.Actions.MultiAction.PreInitialize - TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.MultiAction.Initialize - TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.Action.Random - TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Info - TinyLife.Actions.Action.StartedAutomatically - TinyLife.Actions.Action.Parent - TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Person - TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.PlayerPromptOpen - TinyLife.Actions.Action.ForceResult - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.CausesExtremelyFastSpeed - TinyLife.Actions.Action.GetDisplayName - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - 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.WatchTvAction.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: TinyLife.Actions.WatchTvAction.FullyInProgress commentId: P:TinyLife.Actions.WatchTvAction.FullyInProgress id: FullyInProgress parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: FullyInProgress nameWithType: WatchTvAction.FullyInProgress fullName: TinyLife.Actions.WatchTvAction.FullyInProgress type: Property source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullyInProgress path: ../TinyLife/Actions/WatchTvAction.cs startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturns whether this action is currently "properly" in progress.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this property is true if is greater than .\n" example: [] syntax: content: public override bool FullyInProgress { get; } parameters: [] return: type: System.Boolean description: Whether this action is fully in progress content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean overridden: TinyLife.Actions.Action.FullyInProgress overload: TinyLife.Actions.WatchTvAction.FullyInProgress* modifiers.csharp: - public - override - get modifiers.vb: - Public - Overrides - ReadOnly - uid: TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel) commentId: M:TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel) id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)' parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: WatchTvAction(ActionType, ActionInfo, WatchTvAction.Channel) nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, WatchTvAction.Channel) fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Actions.WatchTvAction.Channel) type: Constructor source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/WatchTvAction.cs startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions example: [] syntax: content: public WatchTvAction(ActionType type, ActionInfo info, WatchTvAction.Channel channel) parameters: - id: type type: TinyLife.Actions.ActionType - id: info type: TinyLife.Actions.ActionInfo - id: channel type: TinyLife.Actions.WatchTvAction.Channel content.vb: Public Sub New(type As ActionType, info As ActionInfo, channel As WatchTvAction.Channel) overload: TinyLife.Actions.WatchTvAction.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Actions.WatchTvAction.CreateFirstActions commentId: M:TinyLife.Actions.WatchTvAction.CreateFirstActions id: CreateFirstActions parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: CreateFirstActions() nameWithType: WatchTvAction.CreateFirstActions() fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions() type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateFirstActions path: ../TinyLife/Actions/WatchTvAction.cs startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.\nIf no action gets returned in this function, this action fails.\nIf a null action is returned as the first item, no first actions will be executed.\n" example: [] syntax: content: protected override IEnumerable CreateFirstActions() return: type: System.Collections.Generic.IEnumerable{TinyLife.Actions.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* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: TinyLife.Actions.WatchTvAction.AndThenInitialize commentId: M:TinyLife.Actions.WatchTvAction.AndThenInitialize id: AndThenInitialize parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: AndThenInitialize() nameWithType: WatchTvAction.AndThenInitialize() fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize() type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenInitialize path: ../TinyLife/Actions/WatchTvAction.cs startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nInitializes the main action.\nThis method is called after has all completed.\n" example: [] syntax: content: protected override void AndThenInitialize() content.vb: Protected Overrides Sub AndThenInitialize overridden: TinyLife.Actions.MultiAction.AndThenInitialize overload: TinyLife.Actions.WatchTvAction.AndThenInitialize* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: AndThenUpdate(GameTime, TimeSpan, Single) nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, Single) fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenUpdate path: ../TinyLife/Actions/WatchTvAction.cs startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only 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 content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) overload: TinyLife.Actions.WatchTvAction.AndThenUpdate* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: TinyLife.Actions.WatchTvAction.AndThenIsCompleted commentId: M:TinyLife.Actions.WatchTvAction.AndThenIsCompleted id: AndThenIsCompleted parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: AndThenIsCompleted() nameWithType: WatchTvAction.AndThenIsCompleted() fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted() type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenIsCompleted path: ../TinyLife/Actions/WatchTvAction.cs startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nMultiAction version of .\nThis method returns whether or not the main action is completed.\n" example: [] syntax: content: protected override CompletionType AndThenIsCompleted() return: type: TinyLife.Actions.CompletionType description: Whether the main action is completed content.vb: Protected Overrides Function AndThenIsCompleted As CompletionType overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted overload: TinyLife.Actions.WatchTvAction.AndThenIsCompleted* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) id: CanMultitask(TinyLife.Actions.Action) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: CanMultitask(Action) nameWithType: WatchTvAction.CanMultitask(Action) fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/WatchTvAction.cs startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturn true on this method if this action can be multi-tasked along with the passed .\nTo actually check this property, should be used as it compares both objects.\nA multi-tasking is an action that is currently active along with another action.\nBy default, multi-tasking is disallowed for any action.\n" example: [] syntax: content: public override bool CanMultitask(Action other) parameters: - id: other type: TinyLife.Actions.Action description: The action to multi-task with return: type: System.Boolean description: Whether this action can be multi-tasked content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) overload: TinyLife.Actions.WatchTvAction.CanMultitask* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) id: AndThenOnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: AndThenOnCompleted(CompletionType) nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenOnCompleted path: ../TinyLife/Actions/WatchTvAction.cs startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nMultiAction version of .\nThis method gets called when the main action completes.\n" example: [] syntax: content: protected override void AndThenOnCompleted(CompletionType type) parameters: - id: type type: TinyLife.Actions.CompletionType description: The completion of the main action content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType) overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) overload: TinyLife.Actions.WatchTvAction.AndThenOnCompleted* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32) id: GetViewingArea(TinyLife.Objects.Furniture,System.Int32) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: GetViewingArea(Furniture, Int32) nameWithType: WatchTvAction.GetViewingArea(Furniture, Int32) fullName: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture, System.Int32) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetViewingArea path: ../TinyLife/Actions/WatchTvAction.cs startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturns a rectangle in world space that represents all possible positions for a to stand or sit so they can see a tv's screen\n" example: [] syntax: content: public static RectangleF GetViewingArea(Furniture tv, int range = 5) parameters: - id: tv type: TinyLife.Objects.Furniture description: The tv whose screen should be visible - id: range type: System.Int32 description: The range of the viewing area, or 5 by default return: type: MLEM.Misc.RectangleF description: The viewing area of the tv content.vb: Public Shared Function GetViewingArea(tv As Furniture, range As Integer = 5) As RectangleF overload: TinyLife.Actions.WatchTvAction.GetViewingArea* modifiers.csharp: - public - static modifiers.vb: - Public - Shared - uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) id: GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: GetSeating(Person, Furniture, Int32) nameWithType: WatchTvAction.GetSeating(Person, Furniture, Int32) fullName: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Int32) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSeating path: ../TinyLife/Actions/WatchTvAction.cs startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturns a furniture object that has the category and that is in the of the given tv\n" example: [] syntax: content: public static Furniture GetSeating(Person person, Furniture tv, int range = 5) parameters: - id: person type: TinyLife.Objects.Person description: The person that wants to sit - id: tv type: TinyLife.Objects.Furniture description: The tv whose screen should be visible - id: range type: System.Int32 description: The range of the viewing area, or 5 by default return: type: TinyLife.Objects.Furniture description: A seat, or null if there is none content.vb: Public Shared Function GetSeating(person As Person, tv As Furniture, range As Integer = 5) As Furniture overload: TinyLife.Actions.WatchTvAction.GetSeating* modifiers.csharp: - public - static modifiers.vb: - Public - Shared - uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32) id: GetViewers(TinyLife.Objects.Furniture,System.Int32) parent: TinyLife.Actions.WatchTvAction langs: - csharp - vb name: GetViewers(Furniture, Int32) nameWithType: WatchTvAction.GetViewers(Furniture, Int32) fullName: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture, System.Int32) type: Method source: remote: path: TinyLife/Actions/WatchTvAction.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetViewers path: ../TinyLife/Actions/WatchTvAction.cs startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturns a set of instances that are currently executing an action that extends on the given tv\n" example: [] syntax: content: public static IEnumerable GetViewers(Furniture tv, int range = 5) parameters: - id: tv type: TinyLife.Objects.Furniture description: The tv - id: range type: System.Int32 description: The range of the viewing area, or 5 by default return: type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person} description: Everyone watching the tv content.vb: Public Shared Function GetViewers(tv As Furniture, range As Integer = 5) As IEnumerable(Of Person) overload: TinyLife.Actions.WatchTvAction.GetViewers* modifiers.csharp: - public - static modifiers.vb: - Public - Shared references: - uid: TinyLife.Actions.ActionType.WatchTv commentId: F:TinyLife.Actions.ActionType.WatchTv isExternal: true - uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32) isExternal: true - uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32) isExternal: true - uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) commentId: M:TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) 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: MLEM.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action parent: TinyLife.Actions name: Action nameWithType: Action fullName: TinyLife.Actions.Action - uid: TinyLife.Actions.MultiAction commentId: T:TinyLife.Actions.MultiAction parent: TinyLife.Actions name: MultiAction nameWithType: MultiAction fullName: TinyLife.Actions.MultiAction - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler parent: TinyLife.Actions.MultiAction name: Handler nameWithType: MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler - uid: TinyLife.Actions.MultiAction.MainElapsedTime commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime parent: TinyLife.Actions.MultiAction name: MainElapsedTime nameWithType: MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime - uid: TinyLife.Actions.MultiAction.InProgressTime commentId: P:TinyLife.Actions.MultiAction.InProgressTime parent: TinyLife.Actions.MultiAction name: InProgressTime nameWithType: MultiAction.InProgressTime fullName: TinyLife.Actions.MultiAction.InProgressTime - uid: TinyLife.Actions.MultiAction.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 name: PreInitialize() nameWithType: MultiAction.PreInitialize() fullName: TinyLife.Actions.MultiAction.PreInitialize() spec.csharp: - uid: TinyLife.Actions.MultiAction.PreInitialize name: PreInitialize nameWithType: MultiAction.PreInitialize fullName: TinyLife.Actions.MultiAction.PreInitialize - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.PreInitialize name: PreInitialize nameWithType: MultiAction.PreInitialize fullName: TinyLife.Actions.MultiAction.PreInitialize - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.MultiAction name: PreCompleted(CompletionType) nameWithType: MultiAction.PreCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) name: PreCompleted nameWithType: MultiAction.PreCompleted fullName: TinyLife.Actions.MultiAction.PreCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) name: PreCompleted nameWithType: MultiAction.PreCompleted fullName: TinyLife.Actions.MultiAction.PreCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - 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 isExternal: true name: Update(GameTime, TimeSpan, Single) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) spec.csharp: - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update nameWithType: MultiAction.Update fullName: TinyLife.Actions.MultiAction.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.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update nameWithType: MultiAction.Update fullName: TinyLife.Actions.MultiAction.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.Actions.MultiAction.Initialize commentId: M:TinyLife.Actions.MultiAction.Initialize parent: TinyLife.Actions.MultiAction name: Initialize() nameWithType: MultiAction.Initialize() fullName: TinyLife.Actions.MultiAction.Initialize() spec.csharp: - uid: TinyLife.Actions.MultiAction.Initialize name: Initialize nameWithType: MultiAction.Initialize fullName: TinyLife.Actions.MultiAction.Initialize - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.Initialize name: Initialize nameWithType: MultiAction.Initialize fullName: TinyLife.Actions.MultiAction.Initialize - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.IsCompleted commentId: M:TinyLife.Actions.MultiAction.IsCompleted parent: TinyLife.Actions.MultiAction name: IsCompleted() nameWithType: MultiAction.IsCompleted() fullName: TinyLife.Actions.MultiAction.IsCompleted() spec.csharp: - uid: TinyLife.Actions.MultiAction.IsCompleted name: IsCompleted nameWithType: MultiAction.IsCompleted fullName: TinyLife.Actions.MultiAction.IsCompleted - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.IsCompleted name: IsCompleted nameWithType: MultiAction.IsCompleted fullName: TinyLife.Actions.MultiAction.IsCompleted - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.MultiAction name: OnCompleted(CompletionType) nameWithType: MultiAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) name: OnCompleted nameWithType: MultiAction.OnCompleted fullName: TinyLife.Actions.MultiAction.OnCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) name: OnCompleted nameWithType: MultiAction.OnCompleted fullName: TinyLife.Actions.MultiAction.OnCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) parent: TinyLife.Actions.MultiAction name: Validate(Person) nameWithType: MultiAction.Validate(Person) fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) name: Validate nameWithType: MultiAction.Validate fullName: TinyLife.Actions.MultiAction.Validate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) name: Validate nameWithType: MultiAction.Validate fullName: TinyLife.Actions.MultiAction.Validate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) parent: TinyLife.Actions.MultiAction name: CanCancel(Action) nameWithType: MultiAction.CanCancel(Action) fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) name: CanCancel nameWithType: MultiAction.CanCancel fullName: TinyLife.Actions.MultiAction.CanCancel - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) name: CanCancel nameWithType: MultiAction.CanCancel fullName: TinyLife.Actions.MultiAction.CanCancel - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) parent: TinyLife.Actions.MultiAction name: GoToActionLocation(ObjectCategory) nameWithType: MultiAction.GoToActionLocation(ObjectCategory) fullName: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) name: GoToActionLocation nameWithType: MultiAction.GoToActionLocation fullName: TinyLife.Actions.MultiAction.GoToActionLocation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) name: GoToActionLocation nameWithType: MultiAction.GoToActionLocation fullName: TinyLife.Actions.MultiAction.GoToActionLocation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.Random commentId: F:TinyLife.Actions.Action.Random parent: TinyLife.Actions.Action name: Random nameWithType: Action.Random fullName: TinyLife.Actions.Action.Random - uid: TinyLife.Actions.Action.Type commentId: F:TinyLife.Actions.Action.Type parent: TinyLife.Actions.Action name: Type nameWithType: Action.Type fullName: TinyLife.Actions.Action.Type - uid: TinyLife.Actions.Action.Info commentId: F:TinyLife.Actions.Action.Info parent: TinyLife.Actions.Action name: Info nameWithType: Action.Info fullName: TinyLife.Actions.Action.Info - uid: TinyLife.Actions.Action.StartedAutomatically commentId: P:TinyLife.Actions.Action.StartedAutomatically parent: TinyLife.Actions.Action name: StartedAutomatically nameWithType: Action.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically - uid: TinyLife.Actions.Action.Parent commentId: P:TinyLife.Actions.Action.Parent parent: TinyLife.Actions.Action name: Parent nameWithType: Action.Parent fullName: TinyLife.Actions.Action.Parent - uid: TinyLife.Actions.Action.Map commentId: P:TinyLife.Actions.Action.Map parent: TinyLife.Actions.Action name: Map nameWithType: Action.Map fullName: TinyLife.Actions.Action.Map - uid: TinyLife.Actions.Action.Person commentId: P:TinyLife.Actions.Action.Person parent: TinyLife.Actions.Action name: Person nameWithType: Action.Person fullName: TinyLife.Actions.Action.Person - uid: TinyLife.Actions.Action.ElapsedTime commentId: P:TinyLife.Actions.Action.ElapsedTime parent: TinyLife.Actions.Action name: ElapsedTime nameWithType: Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime - uid: TinyLife.Actions.Action.PlayerPromptOpen commentId: P:TinyLife.Actions.Action.PlayerPromptOpen parent: TinyLife.Actions.Action name: PlayerPromptOpen nameWithType: Action.PlayerPromptOpen fullName: TinyLife.Actions.Action.PlayerPromptOpen - uid: TinyLife.Actions.Action.ForceResult commentId: F:TinyLife.Actions.Action.ForceResult parent: TinyLife.Actions.Action name: ForceResult nameWithType: Action.ForceResult fullName: TinyLife.Actions.Action.ForceResult - 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 isExternal: true name: TryForceResult(CompletionType, Nullable, MapObject) nameWithType: Action.TryForceResult(CompletionType, Nullable, MapObject) fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, 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,System.Nullable{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: 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.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{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: 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.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.Action name: GetNextAction(CompletionType) nameWithType: Action.GetNextAction(CompletionType) fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) name: GetNextAction nameWithType: Action.GetNextAction fullName: TinyLife.Actions.Action.GetNextAction - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) name: GetNextAction nameWithType: Action.GetNextAction fullName: TinyLife.Actions.Action.GetNextAction - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - 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 name: CausesExtremelyFastSpeed() nameWithType: Action.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() spec.csharp: - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed name: CausesExtremelyFastSpeed nameWithType: Action.CausesExtremelyFastSpeed fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed name: CausesExtremelyFastSpeed nameWithType: Action.CausesExtremelyFastSpeed fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.GetDisplayName commentId: M:TinyLife.Actions.Action.GetDisplayName parent: TinyLife.Actions.Action name: GetDisplayName() nameWithType: Action.GetDisplayName() fullName: TinyLife.Actions.Action.GetDisplayName() spec.csharp: - uid: TinyLife.Actions.Action.GetDisplayName name: GetDisplayName nameWithType: Action.GetDisplayName fullName: TinyLife.Actions.Action.GetDisplayName - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetDisplayName name: GetDisplayName nameWithType: Action.GetDisplayName fullName: TinyLife.Actions.Action.GetDisplayName - name: ( nameWithType: ( fullName: ( - 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 name: CanEnqueueConversation(Person, ActionType) nameWithType: Action.CanEnqueueConversation(Person, ActionType) fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) spec.csharp: - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) name: CanEnqueueConversation nameWithType: Action.CanEnqueueConversation fullName: TinyLife.Actions.Action.CanEnqueueConversation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) name: CanEnqueueConversation nameWithType: Action.CanEnqueueConversation fullName: TinyLife.Actions.Action.CanEnqueueConversation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) parent: TinyLife.Actions.Action isExternal: true name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion) nameWithType: Action.OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion) fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, System.Func>, MLEM.Textures.TextureRegion) nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion) name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) spec.csharp: - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) name: OpenPlayerPrompt nameWithType: Action.OpenPlayerPrompt fullName: TinyLife.Actions.Action.OpenPlayerPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Ui.Elements.Panel name: Panel nameWithType: Panel fullName: MLEM.Ui.Elements.Panel isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Ui.Elements.Panel name: Panel nameWithType: Panel fullName: MLEM.Ui.Elements.Panel isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Uis.CoveringGroup name: CoveringGroup nameWithType: CoveringGroup fullName: TinyLife.Uis.CoveringGroup - name: ', ' nameWithType: ', ' fullName: ', ' - 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: '>' - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) name: OpenPlayerPrompt nameWithType: Action.OpenPlayerPrompt fullName: TinyLife.Actions.Action.OpenPlayerPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Ui.Elements.Panel name: Panel nameWithType: Panel fullName: MLEM.Ui.Elements.Panel isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Ui.Elements.Panel name: Panel nameWithType: Panel fullName: MLEM.Ui.Elements.Panel isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Uis.CoveringGroup name: CoveringGroup nameWithType: CoveringGroup fullName: TinyLife.Uis.CoveringGroup - 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: MLEM.Ui.Elements.Element name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) parent: TinyLife.Actions.Action isExternal: true name: OpenYesNoPrompt(String, Action, Action, TextureRegion) nameWithType: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion) fullName: TinyLife.Actions.Action.OpenYesNoPrompt(System.String, System.Action, System.Action, MLEM.Textures.TextureRegion) spec.csharp: - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) name: OpenYesNoPrompt nameWithType: Action.OpenYesNoPrompt fullName: TinyLife.Actions.Action.OpenYesNoPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action name: Action nameWithType: Action fullName: System.Action isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action name: Action nameWithType: Action fullName: System.Action isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) name: OpenYesNoPrompt nameWithType: Action.OpenYesNoPrompt fullName: TinyLife.Actions.Action.OpenYesNoPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action name: Action nameWithType: Action fullName: System.Action isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action name: Action nameWithType: Action fullName: System.Action isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) parent: TinyLife.Actions.Action isExternal: true name: OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion) nameWithType: Action.OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion) fullName: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) spec.csharp: - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) name: OpenTextPrompt nameWithType: Action.OpenTextPrompt fullName: TinyLife.Actions.Action.OpenTextPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Ui.Elements.TextField.Rule name: TextField.Rule nameWithType: TextField.Rule fullName: MLEM.Ui.Elements.TextField.Rule isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) name: OpenTextPrompt nameWithType: Action.OpenTextPrompt fullName: TinyLife.Actions.Action.OpenTextPrompt - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Ui.Elements.TextField.Rule name: TextField.Rule nameWithType: TextField.Rule fullName: MLEM.Ui.Elements.TextField.Rule isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) parent: TinyLife.Actions.Action name: OpenChoicePrompt(ChoicePromptInfo) nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) spec.csharp: - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) name: OpenChoicePrompt nameWithType: Action.OpenChoicePrompt fullName: TinyLife.Actions.Action.OpenChoicePrompt - name: ( nameWithType: ( fullName: ( - uid: TinyLife.ChoicePromptInfo name: ChoicePromptInfo nameWithType: ChoicePromptInfo fullName: TinyLife.ChoicePromptInfo - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) name: OpenChoicePrompt nameWithType: Action.OpenChoicePrompt fullName: TinyLife.Actions.Action.OpenChoicePrompt - name: ( nameWithType: ( fullName: ( - uid: TinyLife.ChoicePromptInfo name: ChoicePromptInfo nameWithType: ChoicePromptInfo fullName: TinyLife.ChoicePromptInfo - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) parent: TinyLife.Actions.Action isExternal: true name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) nameWithType: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) spec.csharp: - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) name: SpeakAlone nameWithType: Action.SpeakAlone fullName: TinyLife.Actions.Action.SpeakAlone - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) name: SpeakAlone nameWithType: Action.SpeakAlone fullName: TinyLife.Actions.Action.SpeakAlone - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) parent: TinyLife.Actions.Action isExternal: true name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) nameWithType: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32) nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32) name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) spec.csharp: - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) name: SpeakInConversation nameWithType: Action.SpeakInConversation fullName: TinyLife.Actions.Action.SpeakInConversation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) name: SpeakInConversation nameWithType: Action.SpeakInConversation fullName: TinyLife.Actions.Action.SpeakInConversation - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - 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.EmoteCategory name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) parent: TinyLife.Actions.Action name: FacePartner(Person) nameWithType: Action.FacePartner(Person) fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) name: FacePartner nameWithType: Action.FacePartner fullName: TinyLife.Actions.Action.FacePartner - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) name: FacePartner nameWithType: Action.FacePartner fullName: TinyLife.Actions.Action.FacePartner - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) parent: TinyLife.Actions.Action name: CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) spec.csharp: - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) name: CompleteIfNeedFull nameWithType: Action.CompleteIfNeedFull fullName: TinyLife.Actions.Action.CompleteIfNeedFull - name: ( nameWithType: ( fullName: ( - uid: TinyLife.NeedType name: NeedType nameWithType: NeedType fullName: TinyLife.NeedType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) name: CompleteIfNeedFull nameWithType: Action.CompleteIfNeedFull fullName: TinyLife.Actions.Action.CompleteIfNeedFull - name: ( nameWithType: ( fullName: ( - uid: TinyLife.NeedType name: NeedType nameWithType: NeedType fullName: TinyLife.NeedType - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) nameWithType: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.Boolean, TinyLife.Skills.SkillType, System.Single, System.Boolean) spec.csharp: - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) name: CompleteIfTimeUp nameWithType: Action.CompleteIfTimeUp fullName: TinyLife.Actions.Action.CompleteIfTimeUp - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) name: CompleteIfTimeUp nameWithType: Action.CompleteIfTimeUp fullName: TinyLife.Actions.Action.CompleteIfTimeUp - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) parent: TinyLife.Actions.Action name: CancelIfEmotional(EmotionType[]) nameWithType: Action.CancelIfEmotional(EmotionType[]) fullName: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) nameWithType.vb: Action.CancelIfEmotional(EmotionType()) fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType()) name.vb: CancelIfEmotional(EmotionType()) spec.csharp: - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) name: CancelIfEmotional nameWithType: Action.CancelIfEmotional fullName: TinyLife.Actions.Action.CancelIfEmotional - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Emotions.EmotionType name: EmotionType nameWithType: EmotionType fullName: TinyLife.Emotions.EmotionType - name: '[]' nameWithType: '[]' fullName: '[]' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) name: CancelIfEmotional nameWithType: Action.CancelIfEmotional fullName: TinyLife.Actions.Action.CancelIfEmotional - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Emotions.EmotionType name: EmotionType nameWithType: EmotionType fullName: TinyLife.Emotions.EmotionType - name: () nameWithType: () fullName: () - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean) spec.csharp: - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) name: PickUpAndGoTo nameWithType: Action.PickUpAndGoTo fullName: TinyLife.Actions.Action.PickUpAndGoTo - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - 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.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) name: PickUpAndGoTo nameWithType: Action.PickUpAndGoTo fullName: TinyLife.Actions.Action.PickUpAndGoTo - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - 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: ) - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: PickUpAndGoTo(ActionInfo, Func, Func, Boolean) nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, Boolean) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, System.Boolean) nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) fullName.vb: TinyLife.Actions.Action.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.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) name: PickUpAndGoTo nameWithType: Action.PickUpAndGoTo fullName: TinyLife.Actions.Action.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.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) name: PickUpAndGoTo nameWithType: Action.PickUpAndGoTo fullName: TinyLife.Actions.Action.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: '(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: ) - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) parent: TinyLife.Actions.Action isExternal: true name: Sit(Furniture, Single, ActionSpot) nameWithType: Action.Sit(Furniture, Single, ActionSpot) fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot) spec.csharp: - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) name: Sit nameWithType: Action.Sit fullName: TinyLife.Actions.Action.Sit - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) name: Sit nameWithType: Action.Sit fullName: TinyLife.Actions.Action.Sit - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) parent: TinyLife.Actions.Action name: GetFreeChair(Person, Furniture) nameWithType: Action.GetFreeChair(Person, Furniture) fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) spec.csharp: - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) name: GetFreeChair nameWithType: Action.GetFreeChair fullName: TinyLife.Actions.Action.GetFreeChair - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) name: GetFreeChair nameWithType: Action.GetFreeChair fullName: TinyLife.Actions.Action.GetFreeChair - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) parent: TinyLife.Actions.Action isExternal: true name: GetFreeChairs(Person, Furniture, Func) nameWithType: Action.GetFreeChairs(Person, Furniture, Func) fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, System.Boolean)) name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) spec.csharp: - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) name: GetFreeChairs nameWithType: Action.GetFreeChairs fullName: TinyLife.Actions.Action.GetFreeChairs - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) name: GetFreeChairs nameWithType: Action.GetFreeChairs fullName: TinyLife.Actions.Action.GetFreeChairs - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) nameWithType: Action.FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable, System.Nullable, System.Boolean) nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) name.vb: FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreePeople nameWithType: Action.FindAllFreePeople fullName: TinyLife.Actions.Action.FindAllFreePeople - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Single name: Single nameWithType: Single fullName: System.Single 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.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreePeople nameWithType: Action.FindAllFreePeople fullName: TinyLife.Actions.Action.FindAllFreePeople - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable, System.Nullable, System.Boolean, System.Boolean) nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean, System.Boolean) name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) name: FindAllFreeFurniture nameWithType: Action.FindAllFreeFurniture fullName: TinyLife.Actions.Action.FindAllFreeFurniture - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - 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 - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) name: FindAllFreeFurniture nameWithType: Action.FindAllFreeFurniture fullName: TinyLife.Actions.Action.FindAllFreeFurniture - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - 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 - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindAllFreeWalls(Person, Nullable, Nullable, Boolean) nameWithType: Action.FindAllFreeWalls(Person, Nullable, Nullable, Boolean) fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) nameWithType.vb: Action.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) name.vb: FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreeWalls nameWithType: Action.FindAllFreeWalls fullName: TinyLife.Actions.Action.FindAllFreeWalls - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Single name: Single nameWithType: Single fullName: System.Single 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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreeWalls nameWithType: Action.FindAllFreeWalls fullName: TinyLife.Actions.Action.FindAllFreeWalls - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindAllFreeGround(Person, Nullable, Nullable, Boolean) nameWithType: Action.FindAllFreeGround(Person, Nullable, Nullable, Boolean) fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) nameWithType.vb: Action.FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreeGround nameWithType: Action.FindAllFreeGround fullName: TinyLife.Actions.Action.FindAllFreeGround - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Single name: Single nameWithType: Single fullName: System.Single 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.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) name: FindAllFreeGround nameWithType: Action.FindAllFreeGround fullName: TinyLife.Actions.Action.FindAllFreeGround - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean, System.Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture nameWithType: Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - 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 - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture nameWithType: Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - 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 - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Actions.Action isExternal: true name: FindAllActionObjects(Person, ActionType, Nullable) nameWithType: Action.FindAllActionObjects(Person, ActionType, Nullable) fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable) nameWithType.vb: Action.FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) fullName.vb: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) spec.csharp: - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: FindAllActionObjects nameWithType: Action.FindAllActionObjects fullName: TinyLife.Actions.Action.FindAllActionObjects - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: FindAllActionObjects nameWithType: Action.FindAllActionObjects fullName: TinyLife.Actions.Action.FindAllActionObjects - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) parent: TinyLife.Actions.Action isExternal: true name: GetRandomVariety(IEnumerable, ActionInfo) nameWithType: Action.GetRandomVariety(IEnumerable, ActionInfo) fullName: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) nameWithType.vb: Action.GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) fullName.vb: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo) name.vb: GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) spec.csharp: - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) name: GetRandomVariety nameWithType: Action.GetRandomVariety fullName: TinyLife.Actions.Action.GetRandomVariety - 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.Actions.ActionVariety name: ActionVariety nameWithType: ActionVariety fullName: TinyLife.Actions.ActionVariety - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) name: GetRandomVariety nameWithType: Action.GetRandomVariety fullName: TinyLife.Actions.Action.GetRandomVariety - 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.Actions.ActionVariety name: ActionVariety nameWithType: ActionVariety fullName: TinyLife.Actions.ActionVariety - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) parent: TinyLife.Actions.Action name: GetTableSpot(Furniture, ActionSpot) nameWithType: Action.GetTableSpot(Furniture, ActionSpot) fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) spec.csharp: - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) name: GetTableSpot nameWithType: Action.GetTableSpot fullName: TinyLife.Actions.Action.GetTableSpot - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) name: GetTableSpot nameWithType: Action.GetTableSpot fullName: TinyLife.Actions.Action.GetTableSpot - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) parent: TinyLife.Actions.Action isExternal: true name: InvokeForBoth(Person, Person, Action) nameWithType: Action.InvokeForBoth(Person, Person, Action) fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person)) spec.csharp: - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth nameWithType: Action.InvokeForBoth fullName: TinyLife.Actions.Action.InvokeForBoth - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth nameWithType: Action.InvokeForBoth fullName: TinyLife.Actions.Action.InvokeForBoth - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) parent: TinyLife.Actions.Action name: CanMultitask(Action, Action) nameWithType: Action.CanMultitask(Action, Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) name: CanMultitask nameWithType: Action.CanMultitask fullName: TinyLife.Actions.Action.CanMultitask - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) name: CanMultitask nameWithType: Action.CanMultitask fullName: TinyLife.Actions.Action.CanMultitask - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: SetData(String, Object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(String, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetData(String) nameWithType: JsonTypeSafeGenericDataHolder.GetData(String) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(System.String) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData nameWithType: JsonTypeSafeGenericDataHolder.GetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - 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.WatchTvAction.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() nameWithType.vb: Extensions.JsonCopy(Of WatchTvAction)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction)() name.vb: JsonCopy(Of WatchTvAction)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of WatchTvAction) nameWithType: Extensions.JsonCopy(Of WatchTvAction) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true name: SetData(String, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - 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) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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 nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - 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 - uid: TinyLife.Actions.Action.FullyInProgress commentId: P:TinyLife.Actions.Action.FullyInProgress parent: TinyLife.Actions.Action name: FullyInProgress nameWithType: Action.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress - uid: TinyLife.Actions.WatchTvAction.FullyInProgress* commentId: Overload:TinyLife.Actions.WatchTvAction.FullyInProgress name: FullyInProgress nameWithType: WatchTvAction.FullyInProgress fullName: TinyLife.Actions.WatchTvAction.FullyInProgress - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: TinyLife.Actions.WatchTvAction.#ctor* commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor name: WatchTvAction nameWithType: WatchTvAction.WatchTvAction fullName: TinyLife.Actions.WatchTvAction.WatchTvAction - uid: TinyLife.Actions.ActionType commentId: T:TinyLife.Actions.ActionType parent: TinyLife.Actions name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - uid: TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo parent: TinyLife.Actions name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.WatchTvAction.Channel commentId: T:TinyLife.Actions.WatchTvAction.Channel parent: TinyLife.Actions name: WatchTvAction.Channel nameWithType: WatchTvAction.Channel fullName: TinyLife.Actions.WatchTvAction.Channel - uid: TinyLife.Actions.MultiAction.CreateFirstActions commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions parent: TinyLife.Actions.MultiAction name: CreateFirstActions() nameWithType: MultiAction.CreateFirstActions() fullName: TinyLife.Actions.MultiAction.CreateFirstActions() spec.csharp: - uid: TinyLife.Actions.MultiAction.CreateFirstActions name: CreateFirstActions nameWithType: MultiAction.CreateFirstActions fullName: TinyLife.Actions.MultiAction.CreateFirstActions - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.CreateFirstActions name: CreateFirstActions nameWithType: MultiAction.CreateFirstActions fullName: TinyLife.Actions.MultiAction.CreateFirstActions - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.WatchTvAction.CreateFirstActions* commentId: Overload:TinyLife.Actions.WatchTvAction.CreateFirstActions name: CreateFirstActions nameWithType: WatchTvAction.CreateFirstActions fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions - uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of Action) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action) name.vb: IEnumerable(Of Action) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - 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.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable 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 - 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.WatchTvAction.AndThenInitialize* commentId: Overload:TinyLife.Actions.WatchTvAction.AndThenInitialize name: AndThenInitialize nameWithType: WatchTvAction.AndThenInitialize fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.MultiAction isExternal: true name: AndThenUpdate(GameTime, TimeSpan, Single) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) spec.csharp: - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: AndThenUpdate nameWithType: MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.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.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: AndThenUpdate nameWithType: MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.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.WatchTvAction.AndThenUpdate* commentId: Overload:TinyLife.Actions.WatchTvAction.AndThenUpdate name: AndThenUpdate nameWithType: WatchTvAction.AndThenUpdate fullName: TinyLife.Actions.WatchTvAction.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 name: AndThenIsCompleted() nameWithType: MultiAction.AndThenIsCompleted() fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() spec.csharp: - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted name: AndThenIsCompleted nameWithType: MultiAction.AndThenIsCompleted fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted name: AndThenIsCompleted nameWithType: MultiAction.AndThenIsCompleted fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.WatchTvAction.AndThenIsCompleted* commentId: Overload:TinyLife.Actions.WatchTvAction.AndThenIsCompleted name: AndThenIsCompleted nameWithType: WatchTvAction.AndThenIsCompleted fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted - uid: TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType parent: TinyLife.Actions name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) parent: TinyLife.Actions.Action name: CanMultitask(Action) nameWithType: Action.CanMultitask(Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) name: CanMultitask nameWithType: Action.CanMultitask fullName: TinyLife.Actions.Action.CanMultitask - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) name: CanMultitask nameWithType: Action.CanMultitask fullName: TinyLife.Actions.Action.CanMultitask - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.WatchTvAction.CanMultitask* commentId: Overload:TinyLife.Actions.WatchTvAction.CanMultitask name: CanMultitask nameWithType: WatchTvAction.CanMultitask fullName: TinyLife.Actions.WatchTvAction.CanMultitask - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.MultiAction name: AndThenOnCompleted(CompletionType) nameWithType: MultiAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) name: AndThenOnCompleted nameWithType: MultiAction.AndThenOnCompleted fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) name: AndThenOnCompleted nameWithType: MultiAction.AndThenOnCompleted fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.WatchTvAction.AndThenOnCompleted* commentId: Overload:TinyLife.Actions.WatchTvAction.AndThenOnCompleted name: AndThenOnCompleted nameWithType: WatchTvAction.AndThenOnCompleted fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects name: Person nameWithType: Person fullName: TinyLife.Objects.Person - uid: TinyLife.Actions.WatchTvAction.GetViewingArea* commentId: Overload:TinyLife.Actions.WatchTvAction.GetViewingArea name: GetViewingArea nameWithType: WatchTvAction.GetViewingArea fullName: TinyLife.Actions.WatchTvAction.GetViewingArea - uid: TinyLife.Objects.Furniture commentId: T:TinyLife.Objects.Furniture parent: TinyLife.Objects name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: MLEM.Misc.RectangleF commentId: T:MLEM.Misc.RectangleF parent: MLEM.Misc isExternal: true name: RectangleF nameWithType: RectangleF fullName: MLEM.Misc.RectangleF - uid: TinyLife.Objects commentId: N:TinyLife.Objects name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects - uid: TinyLife.Objects.ObjectCategory.Chair commentId: F:TinyLife.Objects.ObjectCategory.Chair isExternal: true - uid: TinyLife.Actions.WatchTvAction.GetSeating* commentId: Overload:TinyLife.Actions.WatchTvAction.GetSeating name: GetSeating nameWithType: WatchTvAction.GetSeating fullName: TinyLife.Actions.WatchTvAction.GetSeating - uid: TinyLife.Actions.WatchTvAction commentId: T:TinyLife.Actions.WatchTvAction name: WatchTvAction nameWithType: WatchTvAction fullName: TinyLife.Actions.WatchTvAction - uid: TinyLife.Actions.WatchTvAction.GetViewers* commentId: Overload:TinyLife.Actions.WatchTvAction.GetViewers name: GetViewers nameWithType: WatchTvAction.GetViewers fullName: TinyLife.Actions.WatchTvAction.GetViewers - uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Person} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of Person) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person) name.vb: IEnumerable(Of Person) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - 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.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: )