### YamlMime:ManagedReference items: - uid: TinyLife.Objects.Furniture commentId: T:TinyLife.Objects.Furniture id: Furniture parent: TinyLife.Objects children: - TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.Area - TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AttachedWall - TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.Furniture.Colors - TinyLife.Objects.Furniture.Creator - TinyLife.Objects.Furniture.CreatorId - TinyLife.Objects.Furniture.CustomPrice - TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.GetDisplayName - TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetPrice - TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.HasParent - TinyLife.Objects.Furniture.HideFromDraw - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.OnAdded - TinyLife.Objects.Furniture.OnDirty - TinyLife.Objects.Furniture.OnGetDescription - TinyLife.Objects.Furniture.OnGetDirty - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.OnRemoved - TinyLife.Objects.Furniture.OnSetCreator - TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentInfo - TinyLife.Objects.Furniture.ParentObjectSpot - TinyLife.Objects.Furniture.Quality - TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.RemoveAndUnlink - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0}) - TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.UnlinkParentsAndChildren - TinyLife.Objects.Furniture.Validate - TinyLife.Objects.Furniture.VisualRotation langs: - csharp - vb name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture type: Class source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Furniture path: ../TinyLife/Objects/Furniture.cs startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA furniture is an instance of a which is placed in the world, or in a 's hand.\nTo register a custom furniture, use .\n" example: [] syntax: content: 'public class Furniture : MapObject, IGenericDataHolder, IPricedObject' content.vb: >- Public Class Furniture Inherits MapObject Implements IGenericDataHolder, IPricedObject inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Objects.MapObject derivedClasses: - TinyLife.Objects.BreakableFurniture - TinyLife.Objects.Chimney - TinyLife.Objects.CornerFurniture - TinyLife.Objects.Fence - TinyLife.Objects.FoodTypedItem - TinyLife.Objects.Gravestone - TinyLife.Objects.LightFurniture - TinyLife.Objects.Newspaper - TinyLife.Objects.OverlayWallHanging - TinyLife.Objects.Painting - TinyLife.Objects.UnfinishedWoodwork implements: - MLEM.Misc.IGenericDataHolder - TinyLife.World.IPricedObject inheritedMembers: - TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map - TinyLife.Objects.MapObject.CurrentLot - TinyLife.Objects.MapObject.IsInWorld - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - TinyLife.Objects.MapObject.GetModCategory(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - 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.Objects.Furniture.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: TinyLife.Objects.Furniture.Random commentId: F:TinyLife.Objects.Furniture.Random id: Random parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Random nameWithType: Furniture.Random fullName: TinyLife.Objects.Furniture.Random type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Random path: ../TinyLife/Objects/Furniture.cs startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA instance that can be used by furniture items.\nThis value has the default seed.\n" example: [] syntax: content: protected static readonly Random Random return: type: System.Random content.vb: Protected Shared ReadOnly Random As Random modifiers.csharp: - protected - static - readonly modifiers.vb: - Protected - Shared - ReadOnly - uid: TinyLife.Objects.Furniture.OnGetDescription commentId: E:TinyLife.Objects.Furniture.OnGetDescription id: OnGetDescription parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnGetDescription nameWithType: Furniture.OnGetDescription fullName: TinyLife.Objects.Furniture.OnGetDescription type: Event source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetDescription path: ../TinyLife/Objects/Furniture.cs startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn event that is fired when is called.\nThis event can be used to change the description of furniture instances by adding to the provided .\nThis event can be subscribed to using .\n" example: [] syntax: content: public event Action> OnGetDescription return: type: System.Action{System.Collections.Generic.List{System.String}} content.vb: Public Event OnGetDescription As Action(Of List(Of String)) modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.OnSetCreator commentId: E:TinyLife.Objects.Furniture.OnSetCreator id: OnSetCreator parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnSetCreator nameWithType: Furniture.OnSetCreator fullName: TinyLife.Objects.Furniture.OnSetCreator type: Event source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnSetCreator path: ../TinyLife/Objects/Furniture.cs startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn event that is fired when is called.\nThe arguments passed to this event are the same that are passed to .\nThis event can be subscribed to using .\n" example: [] syntax: content: public event Action OnSetCreator return: type: System.Action{TinyLife.Objects.Person,System.Boolean,TinyLife.Mods.EventPhase} content.vb: Public Event OnSetCreator As Action(Of Person, Boolean, EventPhase) modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.OnGetDirty commentId: E:TinyLife.Objects.Furniture.OnGetDirty id: OnGetDirty parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnGetDirty nameWithType: Furniture.OnGetDirty fullName: TinyLife.Objects.Furniture.OnGetDirty type: Event source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetDirty path: ../TinyLife/Objects/Furniture.cs startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn event that is fired when this furniture gets more dirty in .\nThis event can be subscribed to using .\n" example: [] syntax: content: public event Action OnGetDirty return: type: System.Action{TinyLife.Objects.Person,System.TimeSpan} content.vb: Public Event OnGetDirty As Action(Of Person, TimeSpan) modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.OnDirty commentId: E:TinyLife.Objects.Furniture.OnDirty id: OnDirty parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnDirty nameWithType: Furniture.OnDirty fullName: TinyLife.Objects.Furniture.OnDirty type: Event source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnDirty path: ../TinyLife/Objects/Furniture.cs startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn event that is fired when this furniture gets dirty, meaning its value is set to true.\nThis event can be subscribed to using .\n" example: [] syntax: content: public event Action OnDirty return: type: System.Action content.vb: Public Event OnDirty As Action modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.ParentInfo commentId: P:TinyLife.Objects.Furniture.ParentInfo id: ParentInfo parent: TinyLife.Objects.Furniture langs: - csharp - vb name: ParentInfo nameWithType: Furniture.ParentInfo fullName: TinyLife.Objects.Furniture.ParentInfo type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentInfo path: ../TinyLife/Objects/Furniture.cs startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a for this object in its current context.\nBy default, this method returns , and returns a based on its current attachments.\n" example: [] syntax: content: public override ParentInfo ParentInfo { get; } parameters: [] return: type: TinyLife.Objects.ParentInfo content.vb: Public Overrides ReadOnly Property ParentInfo As ParentInfo overridden: TinyLife.Objects.MapObject.ParentInfo overload: TinyLife.Objects.Furniture.ParentInfo* modifiers.csharp: - public - override - get modifiers.vb: - Public - Overrides - ReadOnly - uid: TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type id: Type parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Type nameWithType: Furniture.Type fullName: TinyLife.Objects.Furniture.Type type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Objects/Furniture.cs startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe that this furniture has\n" example: [] syntax: content: >- [DataMember] public readonly FurnitureType Type return: type: TinyLife.Objects.FurnitureType content.vb: >- Public ReadOnly Type As FurnitureType attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.Rotation commentId: F:TinyLife.Objects.Furniture.Rotation id: Rotation parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Rotation nameWithType: Furniture.Rotation fullName: TinyLife.Objects.Furniture.Rotation type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/Objects/Furniture.cs startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe current rotation of this furniture.\nSince furniture has a wide variety of looks, the specific value of the rotation doesn't necessarily have much practical meaning.\n" example: [] syntax: content: >- [DataMember] public Direction2 Rotation return: type: MLEM.Misc.Direction2 content.vb: >- Public Rotation As Direction2 attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.ParentFurniture commentId: P:TinyLife.Objects.Furniture.ParentFurniture id: ParentFurniture parent: TinyLife.Objects.Furniture langs: - csharp - vb name: ParentFurniture nameWithType: Furniture.ParentFurniture fullName: TinyLife.Objects.Furniture.ParentFurniture type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentFurniture path: ../TinyLife/Objects/Furniture.cs startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe that this furniture is currently latched on to.\nIf this value is non-null, returns the object spot that this furniture is in.\n" example: [] syntax: content: public Furniture ParentFurniture { get; } parameters: [] return: type: TinyLife.Objects.Furniture content.vb: Public ReadOnly Property ParentFurniture As Furniture overload: TinyLife.Objects.Furniture.ParentFurniture* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.ParentObjectSpot commentId: P:TinyLife.Objects.Furniture.ParentObjectSpot id: ParentObjectSpot parent: TinyLife.Objects.Furniture langs: - csharp - vb name: ParentObjectSpot nameWithType: Furniture.ParentObjectSpot fullName: TinyLife.Objects.Furniture.ParentObjectSpot type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentObjectSpot path: ../TinyLife/Objects/Furniture.cs startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe that this furniture is currently in.\nIf this value is non-null, returns the furniture that this object spot belongs to.\n" example: [] syntax: content: public ObjectSpot ParentObjectSpot { get; } parameters: [] return: type: TinyLife.Objects.ObjectSpot content.vb: Public ReadOnly Property ParentObjectSpot As ObjectSpot overload: TinyLife.Objects.Furniture.ParentObjectSpot* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.HasParent commentId: P:TinyLife.Objects.Furniture.HasParent id: HasParent parent: TinyLife.Objects.Furniture langs: - csharp - vb name: HasParent nameWithType: Furniture.HasParent fullName: TinyLife.Objects.Furniture.HasParent type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasParent path: ../TinyLife/Objects/Furniture.cs startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns whether a for this furniture exists.\nNote that, if this object is not in the world, or the is not currently in the world, this property will still be true.\n" example: [] syntax: content: public bool HasParent { get; } parameters: [] return: type: System.Boolean content.vb: Public ReadOnly Property HasParent As Boolean overload: TinyLife.Objects.Furniture.HasParent* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.Colors commentId: F:TinyLife.Objects.Furniture.Colors id: Colors parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Colors nameWithType: Furniture.Colors fullName: TinyLife.Objects.Furniture.Colors type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/Objects/Furniture.cs startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe indices of the colors that this furniture has.\nRefer to for the actual colors that these indices represent.\n" example: [] syntax: content: >- [DataMember] public int[] Colors return: type: System.Int32[] content.vb: >- Public Colors As Integer() attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.Area commentId: P:TinyLife.Objects.Furniture.Area id: Area parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Area nameWithType: Furniture.Area fullName: TinyLife.Objects.Furniture.Area type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Area path: ../TinyLife/Objects/Furniture.cs startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA that represents the area that this furniture piece is currently taking up, based on its and its \n" example: [] syntax: content: public RectangleF Area { get; } parameters: [] return: type: MLEM.Misc.RectangleF content.vb: Public ReadOnly Property Area As RectangleF overload: TinyLife.Objects.Furniture.Area* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.DevaluedThroughUse commentId: F:TinyLife.Objects.Furniture.DevaluedThroughUse id: DevaluedThroughUse parent: TinyLife.Objects.Furniture langs: - csharp - vb name: DevaluedThroughUse nameWithType: Furniture.DevaluedThroughUse fullName: TinyLife.Objects.Furniture.DevaluedThroughUse type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DevaluedThroughUse path: ../TinyLife/Objects/Furniture.cs startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA field that gets set to true in .\nIf this value is true, the of this object is greatly reduced.\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public bool DevaluedThroughUse return: type: System.Boolean content.vb: >- Public DevaluedThroughUse As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.AreUtilitiesDisabled commentId: P:TinyLife.Objects.Furniture.AreUtilitiesDisabled id: AreUtilitiesDisabled parent: TinyLife.Objects.Furniture langs: - csharp - vb name: AreUtilitiesDisabled nameWithType: Furniture.AreUtilitiesDisabled fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AreUtilitiesDisabled path: ../TinyLife/Objects/Furniture.cs startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns whether utilities are disabled on the current lot.\nThis is a shorthand for .\n" example: [] syntax: content: public bool AreUtilitiesDisabled { get; } parameters: [] return: type: System.Boolean content.vb: Public ReadOnly Property AreUtilitiesDisabled As Boolean overload: TinyLife.Objects.Furniture.AreUtilitiesDisabled* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.IsStatic commentId: F:TinyLife.Objects.Furniture.IsStatic id: IsStatic parent: TinyLife.Objects.Furniture langs: - csharp - vb name: IsStatic nameWithType: Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsStatic path: ../TinyLife/Objects/Furniture.cs startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA field that is true for objects that are part of the exported base map that the current map is created from\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public bool IsStatic return: type: System.Boolean content.vb: >- Public IsStatic As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.CreatorId commentId: P:TinyLife.Objects.Furniture.CreatorId id: CreatorId parent: TinyLife.Objects.Furniture langs: - csharp - vb name: CreatorId nameWithType: Furniture.CreatorId fullName: TinyLife.Objects.Furniture.CreatorId type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreatorId path: ../TinyLife/Objects/Furniture.cs startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe of the that created this object in some capacity.\nThis value defaults to , meaning no creator.\nTo easily access the creator , see .\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public Guid CreatorId { get; } parameters: [] return: type: System.Guid content.vb: >- Public ReadOnly Property CreatorId As Guid overload: TinyLife.Objects.Furniture.CreatorId* attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.Quality commentId: F:TinyLife.Objects.Furniture.Quality id: Quality parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Quality nameWithType: Furniture.Quality fullName: TinyLife.Objects.Furniture.Quality type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Quality path: ../TinyLife/Objects/Furniture.cs startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe quality of this object, which defaults to null, meaning no quality.\nThe quality is used by , , and items crafted on the woodworking table.\nIf this value is nonnull, the quality is displayed in the furniture item's description () and it influences the furniture's price () using .\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public Quality? Quality return: type: System.Nullable{TinyLife.Skills.Quality} content.vb: >- Public Quality As Quality? attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty id: CanBeDirty parent: TinyLife.Objects.Furniture langs: - csharp - vb name: CanBeDirty nameWithType: Furniture.CanBeDirty fullName: TinyLife.Objects.Furniture.CanBeDirty type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeDirty path: ../TinyLife/Objects/Furniture.cs startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA property that queries whether this object can be made dirty.\nIf this property is false, will not automatically be set to true.\n" example: [] syntax: content: public bool CanBeDirty { get; } parameters: [] return: type: System.Boolean content.vb: Public ReadOnly Property CanBeDirty As Boolean overload: TinyLife.Objects.Furniture.CanBeDirty* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.Dirty commentId: F:TinyLife.Objects.Furniture.Dirty id: Dirty parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Dirty nameWithType: Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dirty path: ../TinyLife/Objects/Furniture.cs startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nWhether this object is currently dirty.\nIf is false, this field is usually unused.\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public bool Dirty return: type: System.Boolean content.vb: >- Public Dirty As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.CustomPrice commentId: F:TinyLife.Objects.Furniture.CustomPrice id: CustomPrice parent: TinyLife.Objects.Furniture langs: - csharp - vb name: CustomPrice nameWithType: Furniture.CustomPrice fullName: TinyLife.Objects.Furniture.CustomPrice type: Field source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CustomPrice path: ../TinyLife/Objects/Furniture.cs startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn optional custom price that this furniture item has over its regular price ().\nIf this field has a value, the regularly calculated price from will be ignored and this value will be used as the object's price instead.\n" example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public float? CustomPrice return: type: System.Nullable{System.Single} content.vb: >- Public CustomPrice As Single? attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.Creator commentId: P:TinyLife.Objects.Furniture.Creator id: Creator parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Creator nameWithType: Furniture.Creator fullName: TinyLife.Objects.Furniture.Creator type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Creator path: ../TinyLife/Objects/Furniture.cs startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe that created this object in some capacity.\nThis value is based on the underlying .\n" example: [] syntax: content: public Person Creator { get; } parameters: [] return: type: TinyLife.Objects.Person content.vb: Public ReadOnly Property Creator As Person overload: TinyLife.Objects.Furniture.Creator* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.AttachedWall commentId: P:TinyLife.Objects.Furniture.AttachedWall id: AttachedWall parent: TinyLife.Objects.Furniture langs: - csharp - vb name: AttachedWall nameWithType: Furniture.AttachedWall fullName: TinyLife.Objects.Furniture.AttachedWall type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AttachedWall path: ../TinyLife/Objects/Furniture.cs startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe that this object is attached to.\nNote that this will return a wall regardless of whether this object is actually attached to a wall, or is even a wall-hanging object.\n" example: [] syntax: content: public Wall AttachedWall { get; } parameters: [] return: type: TinyLife.World.Wall content.vb: Public ReadOnly Property AttachedWall As Wall overload: TinyLife.Objects.Furniture.AttachedWall* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.HideFromDraw commentId: P:TinyLife.Objects.Furniture.HideFromDraw id: HideFromDraw parent: TinyLife.Objects.Furniture langs: - csharp - vb name: HideFromDraw nameWithType: Furniture.HideFromDraw fullName: TinyLife.Objects.Furniture.HideFromDraw type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideFromDraw path: ../TinyLife/Objects/Furniture.cs startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns whether this object should currently be hidden from drawing.\n" example: [] syntax: content: public bool HideFromDraw { get; } parameters: [] return: type: System.Boolean content.vb: Public ReadOnly Property HideFromDraw As Boolean overload: TinyLife.Objects.Furniture.HideFromDraw* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.VisualRotation commentId: P:TinyLife.Objects.Furniture.VisualRotation id: VisualRotation parent: TinyLife.Objects.Furniture langs: - csharp - vb name: VisualRotation nameWithType: Furniture.VisualRotation fullName: TinyLife.Objects.Furniture.VisualRotation type: Property source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisualRotation path: ../TinyLife/Objects/Furniture.cs startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThe rotation that this furniture item currently has from the camera's perspective.\nThis is a combination of and .\n" example: [] syntax: content: public Direction2 VisualRotation { get; } parameters: [] return: type: MLEM.Misc.Direction2 content.vb: Public ReadOnly Property VisualRotation As Direction2 overload: TinyLife.Objects.Furniture.VisualRotation* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Furniture(Guid, FurnitureType, Int32[], Map, Vector2) nameWithType: Furniture.Furniture(Guid, FurnitureType, Int32[], Map, Vector2) fullName: TinyLife.Objects.Furniture.Furniture(System.Guid, TinyLife.Objects.FurnitureType, System.Int32[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) type: Constructor source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Furniture.cs startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCreates a new furniture instance.\nBy default, this is done using .\n" example: [] syntax: content: public Furniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) parameters: - id: id type: System.Guid description: The id to apply to the created furniture instance - id: type type: TinyLife.Objects.FurnitureType description: The type to create an instance of - id: colors type: System.Int32[] description: The colors to apply to the furniture - id: map type: TinyLife.World.Map description: The map to create the furniture on - id: pos type: Microsoft.Xna.Framework.Vector2 description: The position that the furniture should have content.vb: Public Sub New(id As Guid, type As FurnitureType, colors As Integer(), map As Map, pos As Vector2) overload: TinyLife.Objects.Furniture.#ctor* nameWithType.vb: Furniture.Furniture(Guid, FurnitureType, Int32(), Map, Vector2) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.Furniture(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) name.vb: Furniture(Guid, FurnitureType, Int32(), Map, Vector2) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Draw(GameTime, SpriteBatch, Vector2, Nullable) nameWithType: Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable) fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Furniture.cs startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nDraws this object on the current , at the current .\n" example: [] syntax: content: public sealed override void Draw(GameTime time, SpriteBatch batch, Vector2 drawPos, Color? overrideColor) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The current time - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to use for drawing - id: drawPos type: Microsoft.Xna.Framework.Vector2 description: The position, in draw space, to draw this furniture at - id: overrideColor type: System.Nullable{Microsoft.Xna.Framework.Color} description: The color that should be used instead of this object's actual color. If null, the object's regular color should be used. content.vb: Public NotOverridable Overrides Sub Draw(time As GameTime, batch As SpriteBatch, drawPos As Vector2, overrideColor As Color?) overridden: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) overload: TinyLife.Objects.Furniture.Draw* nameWithType.vb: Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) modifiers.csharp: - public - sealed - override modifiers.vb: - Public - Overrides - NotOverridable fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color)) name.vb: Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) - uid: TinyLife.Objects.Furniture.Validate commentId: M:TinyLife.Objects.Furniture.Validate id: Validate parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Validate() nameWithType: Furniture.Validate() fullName: TinyLife.Objects.Furniture.Validate() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Furniture.cs startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method is called when this object is loaded from disk.\nReturning false on this method causes the object to be removed from the map.\nBy default, this method invokes and .\n" example: [] syntax: content: public override bool Validate() return: type: System.Boolean description: false if the object is not valid, true otherwise content.vb: Public Overrides Function Validate As Boolean overridden: TinyLife.Objects.MapObject.Validate overload: TinyLife.Objects.Furniture.Validate* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) id: Intersects(MLEM.Misc.RectangleF) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Intersects(RectangleF) nameWithType: Furniture.Intersects(RectangleF) fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intersects path: ../TinyLife/Objects/Furniture.cs startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns whether this map object intersects with the given rectangle.\nThis is used for \n" example: [] syntax: content: public override bool Intersects(RectangleF rectangle) parameters: - id: rectangle type: MLEM.Misc.RectangleF description: The area that should be checked for return: type: System.Boolean description: true if this object intersects with the given rectangle content.vb: Public Overrides Function Intersects(rectangle As RectangleF) As Boolean overridden: TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) overload: TinyLife.Objects.Furniture.Intersects* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) commentId: M:TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) id: GetCategories(TinyLife.Objects.Person) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetCategories(Person) nameWithType: Furniture.GetCategories(Person) fullName: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCategories path: ../TinyLife/Objects/Furniture.cs startLine: 266 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a set of flags that this object has, based on the given .\n" example: [] syntax: content: public sealed override ObjectCategory GetCategories(Person person) parameters: - id: person type: TinyLife.Objects.Person description: The person to query categories for return: type: TinyLife.Objects.ObjectCategory description: A set of categories that this object has content.vb: Public NotOverridable Overrides Function GetCategories(person As Person) As ObjectCategory overridden: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) overload: TinyLife.Objects.Furniture.GetCategories* modifiers.csharp: - public - sealed - override modifiers.vb: - Public - Overrides - NotOverridable - uid: TinyLife.Objects.Furniture.OnAdded commentId: M:TinyLife.Objects.Furniture.OnAdded id: OnAdded parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnAdded() nameWithType: Furniture.OnAdded() fullName: TinyLife.Objects.Furniture.OnAdded() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnAdded path: ../TinyLife/Objects/Furniture.cs startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method is called when this object is added to a .\nBy default, it does nothing.\n" example: [] syntax: content: public override void OnAdded() content.vb: Public Overrides Sub OnAdded overridden: TinyLife.Objects.MapObject.OnAdded overload: TinyLife.Objects.Furniture.OnAdded* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.OnRemoved commentId: M:TinyLife.Objects.Furniture.OnRemoved id: OnRemoved parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnRemoved() nameWithType: Furniture.OnRemoved() fullName: TinyLife.Objects.Furniture.OnRemoved() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRemoved path: ../TinyLife/Objects/Furniture.cs startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method is called when this object is removed from a .\nBy default, it does nothing.\n" example: [] syntax: content: public override void OnRemoved() content.vb: Public Overrides Sub OnRemoved overridden: TinyLife.Objects.MapObject.OnRemoved overload: TinyLife.Objects.Furniture.OnRemoved* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) id: GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetAiPriority(Person, ObjectCategory) nameWithType: Furniture.GetAiPriority(Person, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAiPriority path: ../TinyLife/Objects/Furniture.cs startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns an integer that represents a priority for the 's interaction with this object.\nA higher priority means that this object will be picked over other objects (with lower priority).\nThe default return value is 0, meaning that no special priority is assigned to this object.\nFor any with the or category that is the person's , 10 is returned.\n" example: [] syntax: content: public override int GetAiPriority(Person person, ObjectCategory categories) parameters: - id: person type: TinyLife.Objects.Person description: The person whose AI is attempting to interact with this object - id: categories type: TinyLife.Objects.ObjectCategory description: The categories that are relevant for the ai interaction return: type: System.Int32 description: This object's priority content.vb: Public Overrides Function GetAiPriority(person As Person, categories As ObjectCategory) As Integer overridden: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) overload: TinyLife.Objects.Furniture.GetAiPriority* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.GetVisibility commentId: M:TinyLife.Objects.Furniture.GetVisibility id: GetVisibility parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetVisibility() nameWithType: Furniture.GetVisibility() fullName: TinyLife.Objects.Furniture.GetVisibility() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVisibility path: ../TinyLife/Objects/Furniture.cs startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the visibility settings of this object.\nBy default, is returned.\nFor , its is returned instead.\n" example: [] syntax: content: public override Visibility GetVisibility() return: type: TinyLife.Objects.Visibility description: This object's visibility settings content.vb: Public Overrides Function GetVisibility As Visibility overridden: TinyLife.Objects.MapObject.GetVisibility overload: TinyLife.Objects.Furniture.GetVisibility* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) id: CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAction path: ../TinyLife/Objects/Furniture.cs startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns whether the given action can be executed at this map object.\nBy default, this method returns for all actions, but additionally returns custom results based on whether the furniture is or based on .\n" example: [] syntax: content: public override CanExecuteResult CanExecuteAction(ActionType action, ActionInfo info, bool automatic, bool isAuxiliary) parameters: - id: action type: TinyLife.Actions.ActionType description: The action that is querying whether it can be executed. - id: info type: TinyLife.Actions.ActionInfo description: The action info. - id: automatic type: System.Boolean description: Whether the action was started automatically. - id: isAuxiliary type: System.Boolean description: Whether this object is auxiliary (or the main action object). return: type: TinyLife.Actions.CanExecuteResult description: Whether this object allows the action to be executed at it. content.vb: Public Overrides Function CanExecuteAction(action As ActionType, info As ActionInfo, automatic As Boolean, isAuxiliary As Boolean) As CanExecuteResult overridden: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) overload: TinyLife.Objects.Furniture.CanExecuteAction* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) id: OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnActionCompleted(Action, CompletionType, Boolean) nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean) fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionCompleted path: ../TinyLife/Objects/Furniture.cs startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method is called when an that this object is involved in is completed. Note that this includes actions that are underlying (see ).\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets .\n" example: [] syntax: content: public override void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary) parameters: - id: action type: TinyLife.Actions.Action description: The action - id: type type: TinyLife.Actions.CompletionType description: The type of the action's completion - id: isAuxiliary type: System.Boolean description: Whether this object counts as an auxiliary object. If this value is false, the object is th e content.vb: Public Overrides Sub OnActionCompleted(action As Action, type As CompletionType, isAuxiliary As Boolean) overridden: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) overload: TinyLife.Objects.Furniture.OnActionCompleted* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdate path: ../TinyLife/Objects/Furniture.cs startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying (see ) and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n" example: [] syntax: content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary) parameters: - id: action type: TinyLife.Actions.Action description: The action - 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 - id: isAuxiliary type: System.Boolean description: Whether this object counts as an auxiliary object. If this value is false, the object is th e content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, isAuxiliary As Boolean) overridden: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) overload: TinyLife.Objects.Furniture.ActionUpdate* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) id: GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetFreeActionSpotInfo(Person, ObjectCategory) nameWithType: Furniture.GetFreeActionSpotInfo(Person, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/Objects/Furniture.cs startLine: 332 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the first free action spot, packed into an .\n" example: [] syntax: content: public override ActionInfo GetFreeActionSpotInfo(Person person, ObjectCategory context = null) parameters: - id: person type: TinyLife.Objects.Person description: The person to query free action spots for - id: context type: TinyLife.Objects.ObjectCategory description: The object category that this action spot needs to have return: type: TinyLife.Actions.ActionInfo description: The first free action spot as an content.vb: Public Overrides Function GetFreeActionSpotInfo(person As Person, context As ObjectCategory = Nothing) As ActionInfo overridden: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) overload: TinyLife.Objects.Furniture.GetFreeActionSpotInfo* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetHoverInfo(Tooltip) nameWithType: Furniture.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Furniture.cs startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" example: [] syntax: content: public override void GetHoverInfo(Tooltip tooltip) parameters: - id: tooltip type: MLEM.Ui.Elements.Tooltip description: The tooltip that will be displayed. content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) overridden: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) overload: TinyLife.Objects.Furniture.GetHoverInfo* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean) id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean) nameWithType: Furniture.Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean) fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable, MLEM.Misc.Direction2, System.Int32[], System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Furniture.cs startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nDraws this furniture in the world with the given settings.\nThis is a more generalized version of \n" example: [] syntax: content: public virtual void Draw(GameTime time, SpriteBatch batch, Vector2 pos, Vector2 drawPos, Color? overrideColor, Direction2 rotation, int[] colors, float drawScale, bool pivot, ParentInfo parent, float depthOffset, bool held) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game time - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to draw with - id: pos type: Microsoft.Xna.Framework.Vector2 description: The position, in world space, that the furniture is at - id: drawPos type: Microsoft.Xna.Framework.Vector2 description: The position, in draw space, to draw the furniture at - id: overrideColor type: System.Nullable{Microsoft.Xna.Framework.Color} description: An optional color to override the default colors of the furniture - id: rotation type: MLEM.Misc.Direction2 description: The rotation of the furniture - id: colors type: System.Int32[] description: The colors to draw the furniture with - id: drawScale type: System.Single description: The scale to draw the furniture with - id: pivot type: System.Boolean description: Whether or not to move the furniture by its texture's pivot point - id: parent type: TinyLife.Objects.ParentInfo description: The object that this furniture is latched on to, or null if there is none - id: depthOffset type: System.Single description: A value that is added onto the calculated depth of the object - id: held type: System.Boolean description: Whether or not this item is currently being held by a content.vb: Public Overridable Sub Draw(time As GameTime, batch As SpriteBatch, pos As Vector2, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, held As Boolean) overload: TinyLife.Objects.Furniture.Draw* nameWithType.vb: Furniture.Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean) modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean) name.vb: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean) - uid: TinyLife.Objects.Furniture.GetPrice commentId: M:TinyLife.Objects.Furniture.GetPrice id: GetPrice parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetPrice() nameWithType: Furniture.GetPrice() fullName: TinyLife.Objects.Furniture.GetPrice() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Objects/Furniture.cs startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the price that this object can be bought or sold for.\nNote that, like in the case of the , the returned price isn't necessarily the full price that the object can be sold for. Instead, the price returned here should be the price that this object has when bought or sold from the or similar.\n" example: [] syntax: content: public virtual float GetPrice() return: type: System.Single description: The object's price content.vb: Public Overridable Function GetPrice As Single overload: TinyLife.Objects.Furniture.GetPrice* implements: - TinyLife.World.IPricedObject.GetPrice modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) id: GetDescription(System.Collections.Generic.List{System.String}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetDescription(List) nameWithType: Furniture.GetDescription(List) fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Furniture.cs startLine: 385 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: content: public virtual void GetDescription(List description) parameters: - id: description type: System.Collections.Generic.List{System.String} description: The description to add to. content.vb: Public Overridable Sub GetDescription(description As List(Of String)) overload: TinyLife.Objects.Furniture.GetDescription* nameWithType.vb: Furniture.GetDescription(List(Of String)) modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) name.vb: GetDescription(List(Of String)) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) id: GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetDecorativeRating(Room) nameWithType: Furniture.GetDecorativeRating(Room) fullName: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDecorativeRating path: ../TinyLife/Objects/Furniture.cs startLine: 412 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the decorative rating of this object in the given room.\nBy default, the underlying 's , influeced by whether this object is , is returned.\n" example: [] syntax: content: public virtual int GetDecorativeRating(Room room) parameters: - id: room type: TinyLife.World.Room description: The room that the object is in, or null if it is not in a room at all return: type: System.Int32 description: The decorative rating of this object content.vb: Public Overridable Function GetDecorativeRating(room As Room) As Integer overload: TinyLife.Objects.Furniture.GetDecorativeRating* modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) id: GetDirty(TinyLife.Objects.Person,System.TimeSpan) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetDirty(Person, TimeSpan) nameWithType: Furniture.GetDirty(Person, TimeSpan) fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person, System.TimeSpan) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDirty path: ../TinyLife/Objects/Furniture.cs startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCauses this object to get "more dirty" by increasing a timer and randomly, based on the amount of time that the timer has, turns to true.\nIf this object cannot be dirty (), or it is already , this method has no effect.\nBy default, this method is called in every update frame if this object isn't already .\n" example: [] syntax: content: public virtual void GetDirty(Person person, TimeSpan passedInGame) parameters: - id: person type: TinyLife.Objects.Person description: The person who is responsible for making this object more dirty. - id: passedInGame type: System.TimeSpan description: The amount of time that should be simulated in game. content.vb: Public Overridable Sub GetDirty(person As Person, passedInGame As TimeSpan) overload: TinyLife.Objects.Furniture.GetDirty* modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) id: SetCreator(TinyLife.Objects.Person,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: SetCreator(Person, Boolean) nameWithType: Furniture.SetCreator(Person, Boolean) fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCreator path: ../TinyLife/Objects/Furniture.cs startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nSets the (and thus, the ) of this furniture item, optionally triggering goals that react to the goal trigger\n" example: [] syntax: content: public virtual void SetCreator(Person person, bool triggerGoals = true) parameters: - id: person type: TinyLife.Objects.Person description: The person to set as the creator - id: triggerGoals type: System.Boolean description: Whether goal triggers should be triggered content.vb: Public Overridable Sub SetCreator(person As Person, triggerGoals As Boolean = True) overload: TinyLife.Objects.Furniture.SetCreator* modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - uid: TinyLife.Objects.Furniture.GetDisplayName commentId: M:TinyLife.Objects.Furniture.GetDisplayName id: GetDisplayName parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetDisplayName() nameWithType: Furniture.GetDisplayName() fullName: TinyLife.Objects.Furniture.GetDisplayName() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Objects/Furniture.cs startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the display name of this furniture item.\nBy default, is returned.\n" example: [] syntax: content: public virtual string GetDisplayName() return: type: System.String description: This furniture item's display name. content.vb: Public Overridable Function GetDisplayName As String overload: TinyLife.Objects.Furniture.GetDisplayName* modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) id: OnNeighborChanged(TinyLife.Objects.Furniture) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: OnNeighborChanged(Furniture) nameWithType: Furniture.OnNeighborChanged(Furniture) fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNeighborChanged path: ../TinyLife/Objects/Furniture.cs startLine: 471 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method gets called when any neighboring furniture changes. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n" example: [] syntax: content: protected virtual void OnNeighborChanged(Furniture neighbor) parameters: - id: neighbor type: TinyLife.Objects.Furniture description: The neighbor furniture that changed content.vb: Protected Overridable Sub OnNeighborChanged(neighbor As Furniture) overload: TinyLife.Objects.Furniture.OnNeighborChanged* modifiers.csharp: - protected - virtual modifiers.vb: - Protected - Overridable - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) id: DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: DrawUi(GameTime, SpriteBatch, Element, Single, Int32[]) nameWithType: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Int32[]) fullName: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, System.Single, System.Int32[]) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/Objects/Furniture.cs startLine: 482 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nDraws this furniture in a ui context, rather than a world context.\nScale is determined based on the element that is passed.\n" example: [] syntax: content: public void DrawUi(GameTime time, SpriteBatch batch, Element element, float drawScale, int[] colors) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The current game time - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to draw with - id: element type: MLEM.Ui.Elements.Element description: The element to calculate scaling based on - id: drawScale type: System.Single description: The scale to draw the furniture with - id: colors type: System.Int32[] description: The colors to draw the furniture with content.vb: Public Sub DrawUi(time As GameTime, batch As SpriteBatch, element As Element, drawScale As Single, colors As Integer()) overload: TinyLife.Objects.Furniture.DrawUi* nameWithType.vb: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Int32()) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, System.Single, System.Int32()) name.vb: DrawUi(GameTime, SpriteBatch, Element, Single, Int32()) - uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) commentId: M:TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) id: GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetOccupants(ObjectCategory, Boolean) nameWithType: Furniture.GetOccupants(ObjectCategory, Boolean) fullName: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetOccupants path: ../TinyLife/Objects/Furniture.cs startLine: 496 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a set of instances that are currently occupying any on this furniture item in some way.\n" example: [] syntax: content: public IEnumerable GetOccupants(ObjectCategory context = null, bool visualOnly = false) parameters: - id: context type: TinyLife.Objects.ObjectCategory description: The context for the to support for it to be included in the search. - id: visualOnly type: System.Boolean description: Whether only occupants that occupy a spot visually, using , should be returned. return: type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person} description: A set of people that are currently occupying this furniture item in some way. content.vb: Public Function GetOccupants(context As ObjectCategory = Nothing, visualOnly As Boolean = False) As IEnumerable(Of Person) overload: TinyLife.Objects.Furniture.GetOccupants* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) id: GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetFreeActionSpots(Person, ObjectCategory) nameWithType: Furniture.GetFreeActionSpots(Person, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpots path: ../TinyLife/Objects/Furniture.cs startLine: 509 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a list of instances that are part of this furniture, which are considered free.\nFree, in this instance, is any spot that has the given category and is not currently occupied by another person.\n" example: [] syntax: content: public IEnumerable<(ActionSpot Spot, Direction2 Dir)> GetFreeActionSpots(Person person, ObjectCategory context) parameters: - id: person type: TinyLife.Objects.Person description: The person to query free action spots for - id: context type: TinyLife.Objects.ObjectCategory description: The object category that this action spot needs to have return: type: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}} description: A set of action spots and the directions which they're free in content.vb: Public Function GetFreeActionSpots(person As Person, context As ObjectCategory) As IEnumerable(Of(Spot As ActionSpot, Dir As Direction2)(Of ActionSpot , Direction2)) overload: TinyLife.Objects.Furniture.GetFreeActionSpots* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) id: GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetFreeActionSpot(Person, ObjectCategory) nameWithType: Furniture.GetFreeActionSpot(Person, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpot path: ../TinyLife/Objects/Furniture.cs startLine: 525 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the first free action spot from .\n" example: [] syntax: content: public (ActionSpot Spot, Direction2 Dir) GetFreeActionSpot(Person person, ObjectCategory context = null) parameters: - id: person type: TinyLife.Objects.Person description: The person to query free action spots for - id: context type: TinyLife.Objects.ObjectCategory description: The object category that this action spot needs to have return: type: System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2} description: A free action spot and the direction it's free in, or an empty tuple if there is no free action spot content.vb: Public Function GetFreeActionSpot(person As Person, context As ObjectCategory = Nothing) As(Spot As ActionSpot, Dir As Direction2)(Of ActionSpot , Direction2) overload: TinyLife.Objects.Furniture.GetFreeActionSpot* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) id: GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetActionSpotInfo(Person, ActionSpot, Direction2) nameWithType: Furniture.GetActionSpotInfo(Person, ActionSpot, Direction2) fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetActionSpotInfo path: ../TinyLife/Objects/Furniture.cs startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a that corresponds to the given and rotation\n" example: [] syntax: content: public ActionInfo GetActionSpotInfo(Person person, ActionSpot spot, Direction2 direction = Direction2.None) parameters: - id: person type: TinyLife.Objects.Person description: The person to query free action spots for - id: spot type: TinyLife.Objects.ActionSpot description: The action spot to return an info for - id: direction type: MLEM.Misc.Direction2 description: The direction to offset the by. Defaults to . return: type: TinyLife.Actions.ActionInfo description: A new action info with the given settings content.vb: Public Function GetActionSpotInfo(person As Person, spot As ActionSpot, direction As Direction2 = Direction2.None) As ActionInfo overload: TinyLife.Objects.Furniture.GetActionSpotInfo* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) id: GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetFreeObjectSpot(FurnitureType, Nullable) nameWithType: Furniture.GetFreeObjectSpot(FurnitureType, Nullable) fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, System.Nullable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeObjectSpot path: ../TinyLife/Objects/Furniture.cs startLine: 550 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns the first free on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n" example: [] syntax: content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null) parameters: - id: type type: TinyLife.Objects.FurnitureType description: The furniture type to find a free object spot for - id: position type: System.Nullable{Microsoft.Xna.Framework.Vector2} description: The position that the object spot should be closest too. If null, no position will be preferred. Defaults to null. return: type: TinyLife.Objects.ObjectSpot description: A free object spot, or null if there is none content.vb: Public Function GetFreeObjectSpot(type As FurnitureType, position As Vector2? = Nothing) As ObjectSpot overload: TinyLife.Objects.Furniture.GetFreeObjectSpot* nameWithType.vb: Furniture.GetFreeObjectSpot(FurnitureType, Nullable(Of Vector2)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) name.vb: GetFreeObjectSpot(FurnitureType, Nullable(Of Vector2)) - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) id: SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: SetParent(Furniture, ObjectSpot) nameWithType: Furniture.SetParent(Furniture, ObjectSpot) fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetParent path: ../TinyLife/Objects/Furniture.cs startLine: 564 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nSets the parent of this furniture, changing its and settings its value.\nNote that this does not add the object to the map ().\nWhen modifying furniture in the world, it is preferred to use on the parent furniture instead.\n" example: [] syntax: content: public void SetParent(Furniture parent, ObjectSpot spot) parameters: - id: parent type: TinyLife.Objects.Furniture description: The parent furniture to slot into - id: spot type: TinyLife.Objects.ObjectSpot description: The object spot to slot into content.vb: Public Sub SetParent(parent As Furniture, spot As ObjectSpot) overload: TinyLife.Objects.Furniture.SetParent* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren id: UnlinkParentsAndChildren parent: TinyLife.Objects.Furniture langs: - csharp - vb name: UnlinkParentsAndChildren() nameWithType: Furniture.UnlinkParentsAndChildren() fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnlinkParentsAndChildren path: ../TinyLife/Objects/Furniture.cs startLine: 578 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nUnlinks this object from its parents and its children by setting its and to their default values and doing the same for all of its children ()\n" example: [] syntax: content: public void UnlinkParentsAndChildren() content.vb: Public Sub UnlinkParentsAndChildren overload: TinyLife.Objects.Furniture.UnlinkParentsAndChildren* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.RemoveAndUnlink commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink id: RemoveAndUnlink parent: TinyLife.Objects.Furniture langs: - csharp - vb name: RemoveAndUnlink() nameWithType: Furniture.RemoveAndUnlink() fullName: TinyLife.Objects.Furniture.RemoveAndUnlink() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveAndUnlink path: ../TinyLife/Objects/Furniture.cs startLine: 588 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA compound helper method that calls and .\nFor furniture that is being removed from the world entirely, this method is usually preferred over .\n" example: [] syntax: content: public void RemoveAndUnlink() content.vb: Public Sub RemoveAndUnlink overload: TinyLife.Objects.Furniture.RemoveAndUnlink* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1 id: GetChildren``1 parent: TinyLife.Objects.Furniture langs: - csharp - vb name: GetChildren() nameWithType: Furniture.GetChildren() fullName: TinyLife.Objects.Furniture.GetChildren() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetChildren path: ../TinyLife/Objects/Furniture.cs startLine: 598 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nReturns a list of all of the children of this furniture.\nChildren are all furnitures in the world that have their set to this furniture instance.\n" example: [] syntax: content: >- public IEnumerable GetChildren() where T : MapObject typeParameters: - id: T return: type: System.Collections.Generic.IEnumerable{{T}} description: A list of this furniture's children content.vb: Public Function GetChildren(Of T As MapObject) As IEnumerable(Of T) overload: TinyLife.Objects.Furniture.GetChildren* nameWithType.vb: Furniture.GetChildren(Of T)() modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.GetChildren(Of T)() name.vb: GetChildren(Of T)() - uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0}) commentId: M:TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0}) id: RemoveChildren``1(System.Predicate{``0}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: RemoveChildren(Predicate) nameWithType: Furniture.RemoveChildren(Predicate) fullName: TinyLife.Objects.Furniture.RemoveChildren(System.Predicate) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveChildren path: ../TinyLife/Objects/Furniture.cs startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nRemoves all of the children from this furniture that match the given predicate.\nChildren are all furnitures in the world that have their set to this furniture instance.\n" example: [] syntax: content: >- public IEnumerable RemoveChildren(Predicate predicate = null) where T : Furniture parameters: - id: predicate type: System.Predicate{{T}} description: The predicate to check children against. If null, all children will be removed. typeParameters: - id: T description: The type of children to remove return: type: System.Collections.Generic.IEnumerable{{T}} description: The children that were removed from this furniture content.vb: Public Function RemoveChildren(Of T As Furniture)(predicate As Predicate(Of T) = Nothing) As IEnumerable(Of T) overload: TinyLife.Objects.Furniture.RemoveChildren* nameWithType.vb: Furniture.RemoveChildren(Of T)(Predicate(Of T)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.RemoveChildren(Of T)(System.Predicate(Of T)) name.vb: RemoveChildren(Of T)(Predicate(Of T)) - uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) id: RemoveChild(TinyLife.Objects.Furniture) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: RemoveChild(Furniture) nameWithType: Furniture.RemoveChild(Furniture) fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveChild path: ../TinyLife/Objects/Furniture.cs startLine: 623 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nRemoves the given child from the world and sets its and to their default values, unlinking it from this object\n" example: [] syntax: content: public bool RemoveChild(Furniture child) parameters: - id: child type: TinyLife.Objects.Furniture description: The child to remove return: type: System.Boolean description: Whether the object was actually a child of this furniture (true) or not (false) content.vb: Public Function RemoveChild(child As Furniture) As Boolean overload: TinyLife.Objects.Furniture.RemoveChild* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) id: AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: AddChild(FurnitureType, Direction2, Int32[], Nullable, Nullable) nameWithType: Furniture.AddChild(FurnitureType, Direction2, Int32[], Nullable, Nullable) fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable, System.Nullable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddChild path: ../TinyLife/Objects/Furniture.cs startLine: 642 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAdds a child to this furniture, setting its parent () to this furniture.\n" example: [] syntax: content: >- public T AddChild(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null) where T : Furniture parameters: - id: type type: TinyLife.Objects.FurnitureType description: The type of furniture to construct as the child - id: rotation type: MLEM.Misc.Direction2 description: The desired rotation of the child furniture - id: colors type: System.Int32[] description: The colors that the child should have - id: id type: System.Nullable{System.Guid} description: The id that the child should have, random by default - id: position type: System.Nullable{Microsoft.Xna.Framework.Vector2} description: The position that the object spot to add this child to should be closest too. If null, no position will be preferred. Defaults to null. typeParameters: - id: T description: The type of furniture that the child is return: type: '{T}' description: The child that was added, or null if it doesn't match the type specified content.vb: Public Function AddChild(Of T As Furniture)(type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing, position As Vector2? = Nothing) As T overload: TinyLife.Objects.Furniture.AddChild* nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid), System.Nullable(Of Microsoft.Xna.Framework.Vector2)) name.vb: AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2)) - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) id: AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: AddChild(Furniture, Direction2, Nullable) nameWithType: Furniture.AddChild(Furniture, Direction2, Nullable) fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddChild path: ../TinyLife/Objects/Furniture.cs startLine: 657 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAdds a child to this furniture, setting its parent () to this furniture and adding it to this furniture's .\nThe object spot selected is the first available object spot.\n" example: [] syntax: content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = null) parameters: - id: item type: TinyLife.Objects.Furniture description: The furniture to add as the child - id: rotation type: MLEM.Misc.Direction2 description: The rotation that the furniture should have, can be the same as the previous rotation - id: position type: System.Nullable{Microsoft.Xna.Framework.Vector2} description: The position that the object spot to add this child to should be closest too. If null, no position will be preferred. Defaults to null. return: type: System.Boolean description: If there was a free object spot to add the furniture to content.vb: Public Function AddChild(item As Furniture, rotation As Direction2, position As Vector2? = Nothing) As Boolean overload: TinyLife.Objects.Furniture.AddChild* nameWithType.vb: Furniture.AddChild(Furniture, Direction2, Nullable(Of Vector2)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) name.vb: AddChild(Furniture, Direction2, Nullable(Of Vector2)) - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) id: SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable) nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable) fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetChild path: ../TinyLife/Objects/Furniture.cs startLine: 674 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's .\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n" example: [] syntax: content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null) parameters: - id: spot type: TinyLife.Objects.ObjectSpot description: The spot to add the child to - id: type type: TinyLife.Objects.FurnitureType description: The type of furniture to construct as the child - id: rotation type: MLEM.Misc.Direction2 description: The desired rotation of the child furniture - id: colors type: System.Int32[] description: The colors that the child should have - id: id type: System.Nullable{System.Guid} description: The id that the child should have, random by default content.vb: Public Sub SetChild(spot As ObjectSpot, type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing) overload: TinyLife.Objects.Furniture.SetChild* nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) id: SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: SetChild(ObjectSpot, Furniture, Direction2) nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2) fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetChild path: ../TinyLife/Objects/Furniture.cs startLine: 685 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's .\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n" example: [] syntax: content: public void SetChild(ObjectSpot spot, Furniture item, Direction2 rotation) parameters: - id: spot type: TinyLife.Objects.ObjectSpot description: The spot to add the child to - id: item type: TinyLife.Objects.Furniture description: The furniture to add to the spot - id: rotation type: MLEM.Misc.Direction2 description: The desired rotation of the child furniture content.vb: Public Sub SetChild(spot As ObjectSpot, item As Furniture, rotation As Direction2) overload: TinyLife.Objects.Furniture.SetChild* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.NotifyNeighbors commentId: M:TinyLife.Objects.Furniture.NotifyNeighbors id: NotifyNeighbors parent: TinyLife.Objects.Furniture langs: - csharp - vb name: NotifyNeighbors() nameWithType: Furniture.NotifyNeighbors() fullName: TinyLife.Objects.Furniture.NotifyNeighbors() type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NotifyNeighbors path: ../TinyLife/Objects/Furniture.cs startLine: 697 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nNotifies all of the neighboring objects of a change by calling their methods.\nThis is used by things like fences, which change their orientation if their neighbors are added or removed.\n" example: [] syntax: content: public void NotifyNeighbors() content.vb: Public Sub NotifyNeighbors overload: TinyLife.Objects.Furniture.NotifyNeighbors* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) id: SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) parent: TinyLife.Objects.Furniture langs: - csharp - vb name: SetNewId(IEnumerable) nameWithType: Furniture.SetNewId(IEnumerable) fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable) type: Method source: remote: path: TinyLife/Objects/Furniture.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Furniture.cs startLine: 710 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAssigns a new, randomly generated to this furniture item's and additionally updates the relation of any objects passed that might be children of this object.\nWhen assigning a new id, it usually makes sense to pass all of the objects in this furniture item's vicinity, or all of the objects that might otherwise be attached to it.\nNote that objects which are passed as possibleChildren that aren't children of this object are ignored.\n" example: [] syntax: content: public void SetNewId(IEnumerable possibleChildren = null) parameters: - id: possibleChildren type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture} description: A set of furniture items that might (but do not have to be) children of this furniture content.vb: Public Sub SetNewId(possibleChildren As IEnumerable(Of Furniture) = Nothing) overload: TinyLife.Objects.Furniture.SetNewId* nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture)) name.vb: SetNewId(IEnumerable(Of Furniture)) references: - uid: TinyLife.Objects.FurnitureType commentId: T:TinyLife.Objects.FurnitureType parent: TinyLife.Objects name: FurnitureType nameWithType: FurnitureType fullName: TinyLife.Objects.FurnitureType - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects name: Person nameWithType: Person fullName: TinyLife.Objects.Person - uid: TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings) commentId: M:TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings) isExternal: true - uid: TinyLife.Objects commentId: N:TinyLife.Objects name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects - 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.Objects.MapObject commentId: T:TinyLife.Objects.MapObject parent: TinyLife.Objects name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.World.IPricedObject commentId: T:TinyLife.World.IPricedObject parent: TinyLife.World name: IPricedObject nameWithType: IPricedObject fullName: TinyLife.World.IPricedObject - uid: TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder parent: TinyLife.Objects.MapObject name: PersonRotationOrder nameWithType: MapObject.PersonRotationOrder fullName: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.OnCreated commentId: E:TinyLife.Objects.MapObject.OnCreated parent: TinyLife.Objects.MapObject name: OnCreated nameWithType: MapObject.OnCreated fullName: TinyLife.Objects.MapObject.OnCreated - uid: TinyLife.Objects.MapObject.OnValidated commentId: E:TinyLife.Objects.MapObject.OnValidated parent: TinyLife.Objects.MapObject name: OnValidated nameWithType: MapObject.OnValidated fullName: TinyLife.Objects.MapObject.OnValidated - uid: TinyLife.Objects.MapObject.OnEventsAttachable commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable parent: TinyLife.Objects.MapObject name: OnEventsAttachable nameWithType: MapObject.OnEventsAttachable fullName: TinyLife.Objects.MapObject.OnEventsAttachable - uid: TinyLife.Objects.MapObject.OnDraw commentId: E:TinyLife.Objects.MapObject.OnDraw parent: TinyLife.Objects.MapObject name: OnDraw nameWithType: MapObject.OnDraw fullName: TinyLife.Objects.MapObject.OnDraw - uid: TinyLife.Objects.MapObject.OnUpdate commentId: E:TinyLife.Objects.MapObject.OnUpdate parent: TinyLife.Objects.MapObject name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject name: Position nameWithType: MapObject.Position fullName: TinyLife.Objects.MapObject.Position - uid: TinyLife.Objects.MapObject.Id commentId: P:TinyLife.Objects.MapObject.Id parent: TinyLife.Objects.MapObject name: Id nameWithType: MapObject.Id fullName: TinyLife.Objects.MapObject.Id - uid: TinyLife.Objects.MapObject.Map commentId: P:TinyLife.Objects.MapObject.Map parent: TinyLife.Objects.MapObject name: Map nameWithType: MapObject.Map fullName: TinyLife.Objects.MapObject.Map - uid: TinyLife.Objects.MapObject.CurrentLot commentId: P:TinyLife.Objects.MapObject.CurrentLot parent: TinyLife.Objects.MapObject name: CurrentLot nameWithType: MapObject.CurrentLot fullName: TinyLife.Objects.MapObject.CurrentLot - uid: TinyLife.Objects.MapObject.IsInWorld commentId: P:TinyLife.Objects.MapObject.IsInWorld parent: TinyLife.Objects.MapObject name: IsInWorld nameWithType: MapObject.IsInWorld fullName: TinyLife.Objects.MapObject.IsInWorld - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) parent: TinyLife.Objects.MapObject isExternal: true name: OnCameraRotationChanged(Direction2, Direction2) nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2) spec.csharp: - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) name: OnCameraRotationChanged nameWithType: MapObject.OnCameraRotationChanged fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) name: OnCameraRotationChanged nameWithType: MapObject.OnCameraRotationChanged fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) parent: TinyLife.Objects.MapObject name: SetMapAndValidate(Map) nameWithType: MapObject.SetMapAndValidate(Map) fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) spec.csharp: - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) name: SetMapAndValidate nameWithType: MapObject.SetMapAndValidate fullName: TinyLife.Objects.MapObject.SetMapAndValidate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) name: SetMapAndValidate nameWithType: MapObject.SetMapAndValidate fullName: TinyLife.Objects.MapObject.SetMapAndValidate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.MapObject name: HasCategory(Person, ObjectCategory) nameWithType: MapObject.HasCategory(Person, ObjectCategory) fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: HasCategory nameWithType: MapObject.HasCategory fullName: TinyLife.Objects.MapObject.HasCategory - 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: ) spec.vb: - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: HasCategory nameWithType: MapObject.HasCategory fullName: TinyLife.Objects.MapObject.HasCategory - 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.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.MapObject isExternal: true name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single) nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single) fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single) spec.csharp: - uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier nameWithType: MapObject.GetEfficiencyModifier fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Skills.SkillType name: SkillType nameWithType: SkillType fullName: TinyLife.Skills.SkillType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier nameWithType: MapObject.GetEfficiencyModifier fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Skills.SkillType name: SkillType nameWithType: SkillType fullName: TinyLife.Skills.SkillType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) parent: TinyLife.Objects.MapObject isExternal: true name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType) nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType) fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType) spec.csharp: - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) name: GetRestoreNeedModifier nameWithType: MapObject.GetRestoreNeedModifier fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.NeedType name: NeedType nameWithType: NeedType fullName: TinyLife.NeedType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) name: GetRestoreNeedModifier nameWithType: MapObject.GetRestoreNeedModifier fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.NeedType name: NeedType nameWithType: NeedType fullName: TinyLife.NeedType - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, ParentInfo, Single, Boolean, Boolean, Boolean, Boolean) fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean) name: DrawColumns nameWithType: MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ParentInfo name: ParentInfo nameWithType: ParentInfo fullName: TinyLife.Objects.ParentInfo - 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: 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean) name: DrawColumns nameWithType: MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ParentInfo name: ParentInfo nameWithType: ParentInfo fullName: TinyLife.Objects.ParentInfo - 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: 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String) parent: TinyLife.Objects.MapObject isExternal: true name: GetModCategory(String) nameWithType: MapObject.GetModCategory(String) fullName: TinyLife.Objects.MapObject.GetModCategory(System.String) spec.csharp: - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) name: GetModCategory nameWithType: MapObject.GetModCategory fullName: TinyLife.Objects.MapObject.GetModCategory - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) name: GetModCategory nameWithType: MapObject.GetModCategory fullName: TinyLife.Objects.MapObject.GetModCategory - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - 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.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.Objects.Furniture.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 Furniture)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Furniture)() name.vb: JsonCopy(Of Furniture)() 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 Furniture) nameWithType: Extensions.JsonCopy(Of Furniture) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Furniture) - 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: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World - 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.Objects.Furniture.Random commentId: F:TinyLife.Objects.Furniture.Random parent: TinyLife.Objects.Furniture name: Random nameWithType: Furniture.Random fullName: TinyLife.Objects.Furniture.Random - uid: System.Random commentId: T:System.Random parent: System isExternal: true name: Random nameWithType: Random fullName: System.Random - uid: TinyLife.Objects.Furniture commentId: T:TinyLife.Objects.Furniture parent: TinyLife.Objects name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) parent: TinyLife.Objects.Furniture isExternal: true name: GetDescription(List) nameWithType: Furniture.GetDescription(List) fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) nameWithType.vb: Furniture.GetDescription(List(Of String)) fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) name.vb: GetDescription(List(Of String)) spec.csharp: - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List 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.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Action{System.Collections.Generic.List{System.String}} commentId: T:System.Action{System.Collections.Generic.List{System.String}} parent: System definition: System.Action`1 name: Action> nameWithType: Action> fullName: System.Action> nameWithType.vb: Action(Of List(Of String)) fullName.vb: System.Action(Of System.Collections.Generic.List(Of System.String)) name.vb: Action(Of List(Of String)) spec.csharp: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List 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.Action`1 commentId: T:System.Action`1 isExternal: true name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T) fullName.vb: System.Action(Of T) name.vb: Action(Of T) spec.csharp: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true name: SetCreator(Person, Boolean) nameWithType: Furniture.SetCreator(Person, Boolean) fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean) spec.csharp: - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) name: SetCreator nameWithType: Furniture.SetCreator fullName: TinyLife.Objects.Furniture.SetCreator - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) name: SetCreator nameWithType: Furniture.SetCreator fullName: TinyLife.Objects.Furniture.SetCreator - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Action{TinyLife.Objects.Person,System.Boolean,TinyLife.Mods.EventPhase} commentId: T:System.Action{TinyLife.Objects.Person,System.Boolean,TinyLife.Mods.EventPhase} parent: System definition: System.Action`3 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of Person, Boolean, EventPhase) fullName.vb: System.Action(Of TinyLife.Objects.Person, System.Boolean, TinyLife.Mods.EventPhase) name.vb: Action(Of Person, Boolean, EventPhase) spec.csharp: - uid: System.Action`3 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Mods.EventPhase name: EventPhase nameWithType: EventPhase fullName: TinyLife.Mods.EventPhase - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`3 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Mods.EventPhase name: EventPhase nameWithType: EventPhase fullName: TinyLife.Mods.EventPhase - name: ) nameWithType: ) fullName: ) - uid: System.Action`3 commentId: T:System.Action`3 isExternal: true name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T1, T2, T3) fullName.vb: System.Action(Of T1, T2, T3) name.vb: Action(Of T1, T2, T3) spec.csharp: - uid: System.Action`3 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T3 nameWithType: T3 fullName: T3 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`3 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T3 nameWithType: T3 fullName: T3 - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) parent: TinyLife.Objects.Furniture isExternal: true name: GetDirty(Person, TimeSpan) nameWithType: Furniture.GetDirty(Person, TimeSpan) fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person, System.TimeSpan) spec.csharp: - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) name: GetDirty nameWithType: Furniture.GetDirty fullName: TinyLife.Objects.Furniture.GetDirty - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) name: GetDirty nameWithType: Furniture.GetDirty fullName: TinyLife.Objects.Furniture.GetDirty - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Action{TinyLife.Objects.Person,System.TimeSpan} commentId: T:System.Action{TinyLife.Objects.Person,System.TimeSpan} parent: System definition: System.Action`2 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of Person, TimeSpan) fullName.vb: System.Action(Of TinyLife.Objects.Person, System.TimeSpan) name.vb: Action(Of Person, TimeSpan) spec.csharp: - 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: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - 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: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Action`2 commentId: T:System.Action`2 isExternal: true name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T1, T2) fullName.vb: System.Action(Of T1, T2) name.vb: Action(Of T1, T2) spec.csharp: - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.Dirty commentId: F:TinyLife.Objects.Furniture.Dirty parent: TinyLife.Objects.Furniture name: Dirty nameWithType: Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty - uid: System.Action commentId: T:System.Action parent: System isExternal: true name: Action nameWithType: Action fullName: System.Action - uid: TinyLife.Objects.MapObject.ParentInfo commentId: P:TinyLife.Objects.MapObject.ParentInfo parent: TinyLife.Objects.MapObject name: ParentInfo nameWithType: MapObject.ParentInfo fullName: TinyLife.Objects.MapObject.ParentInfo - uid: TinyLife.Objects.Furniture.ParentInfo* commentId: Overload:TinyLife.Objects.Furniture.ParentInfo name: ParentInfo nameWithType: Furniture.ParentInfo fullName: TinyLife.Objects.Furniture.ParentInfo - uid: TinyLife.Objects.ParentInfo commentId: T:TinyLife.Objects.ParentInfo parent: TinyLife.Objects name: ParentInfo nameWithType: ParentInfo fullName: TinyLife.Objects.ParentInfo - uid: MLEM.Misc.Direction2 commentId: T:MLEM.Misc.Direction2 parent: MLEM.Misc isExternal: true name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 - uid: TinyLife.Objects.Furniture.ParentObjectSpot commentId: P:TinyLife.Objects.Furniture.ParentObjectSpot parent: TinyLife.Objects.Furniture name: ParentObjectSpot nameWithType: Furniture.ParentObjectSpot fullName: TinyLife.Objects.Furniture.ParentObjectSpot - uid: TinyLife.Objects.Furniture.ParentFurniture* commentId: Overload:TinyLife.Objects.Furniture.ParentFurniture name: ParentFurniture nameWithType: Furniture.ParentFurniture fullName: TinyLife.Objects.Furniture.ParentFurniture - uid: TinyLife.Objects.ObjectSpot commentId: T:TinyLife.Objects.ObjectSpot parent: TinyLife.Objects name: ObjectSpot nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot - uid: TinyLife.Objects.Furniture.ParentFurniture commentId: P:TinyLife.Objects.Furniture.ParentFurniture parent: TinyLife.Objects.Furniture name: ParentFurniture nameWithType: Furniture.ParentFurniture fullName: TinyLife.Objects.Furniture.ParentFurniture - uid: TinyLife.Objects.Furniture.ParentObjectSpot* commentId: Overload:TinyLife.Objects.Furniture.ParentObjectSpot name: ParentObjectSpot nameWithType: Furniture.ParentObjectSpot fullName: TinyLife.Objects.Furniture.ParentObjectSpot - uid: TinyLife.Objects.Furniture.HasParent* commentId: Overload:TinyLife.Objects.Furniture.HasParent name: HasParent nameWithType: Furniture.HasParent fullName: TinyLife.Objects.Furniture.HasParent - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes isExternal: true - uid: System.Int32[] isExternal: true name: Int32[] nameWithType: Int32[] fullName: System.Int32[] nameWithType.vb: Int32() fullName.vb: System.Int32() name.vb: Int32() spec.csharp: - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: () nameWithType: () fullName: () - 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.FurnitureType.GetSize(MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.FurnitureType.GetSize(MLEM.Misc.Direction2) isExternal: true - uid: TinyLife.Objects.Furniture.Area* commentId: Overload:TinyLife.Objects.Furniture.Area name: Area nameWithType: Furniture.Area fullName: TinyLife.Objects.Furniture.Area - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate nameWithType: MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate nameWithType: MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetPrice commentId: M:TinyLife.Objects.Furniture.GetPrice parent: TinyLife.Objects.Furniture name: GetPrice() nameWithType: Furniture.GetPrice() fullName: TinyLife.Objects.Furniture.GetPrice() spec.csharp: - uid: TinyLife.Objects.Furniture.GetPrice name: GetPrice nameWithType: Furniture.GetPrice fullName: TinyLife.Objects.Furniture.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.GetPrice name: GetPrice nameWithType: Furniture.GetPrice fullName: TinyLife.Objects.Furniture.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan}) commentId: M:TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan}) isExternal: true - uid: TinyLife.Objects.Furniture.AreUtilitiesDisabled* commentId: Overload:TinyLife.Objects.Furniture.AreUtilitiesDisabled name: AreUtilitiesDisabled nameWithType: Furniture.AreUtilitiesDisabled fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled - uid: System.Guid commentId: T:System.Guid parent: System isExternal: true name: Guid nameWithType: Guid fullName: System.Guid - uid: System.Guid.Empty commentId: F:System.Guid.Empty isExternal: true - uid: TinyLife.Objects.Furniture.Creator commentId: P:TinyLife.Objects.Furniture.Creator parent: TinyLife.Objects.Furniture name: Creator nameWithType: Furniture.Creator fullName: TinyLife.Objects.Furniture.Creator - uid: TinyLife.Objects.Furniture.CreatorId* commentId: Overload:TinyLife.Objects.Furniture.CreatorId name: CreatorId nameWithType: Furniture.CreatorId fullName: TinyLife.Objects.Furniture.CreatorId - uid: TinyLife.Objects.Food commentId: T:TinyLife.Objects.Food parent: TinyLife.Objects name: Food nameWithType: Food fullName: TinyLife.Objects.Food - uid: TinyLife.Objects.Painting commentId: T:TinyLife.Objects.Painting name: Painting nameWithType: Painting fullName: TinyLife.Objects.Painting - uid: TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) commentId: M:TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) name: GetPriceModifier(Quality) nameWithType: Extensions.GetPriceModifier(Quality) fullName: TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) spec.csharp: - uid: TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) name: GetPriceModifier nameWithType: Extensions.GetPriceModifier fullName: TinyLife.Utilities.Extensions.GetPriceModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Skills.Quality name: Quality nameWithType: Quality fullName: TinyLife.Skills.Quality - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) name: GetPriceModifier nameWithType: Extensions.GetPriceModifier fullName: TinyLife.Utilities.Extensions.GetPriceModifier - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Skills.Quality name: Quality nameWithType: Quality fullName: TinyLife.Skills.Quality - name: ) nameWithType: ) fullName: ) - uid: System.Nullable{TinyLife.Skills.Quality} commentId: T:System.Nullable{TinyLife.Skills.Quality} parent: System definition: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of Quality) fullName.vb: System.Nullable(Of TinyLife.Skills.Quality) name.vb: Nullable(Of Quality) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Skills.Quality name: Quality nameWithType: Quality fullName: TinyLife.Skills.Quality - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Skills.Quality name: Quality nameWithType: Quality fullName: TinyLife.Skills.Quality - name: ) nameWithType: ) fullName: ) - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.CanBeDirty* commentId: Overload:TinyLife.Objects.Furniture.CanBeDirty name: CanBeDirty nameWithType: Furniture.CanBeDirty fullName: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty parent: TinyLife.Objects.Furniture name: CanBeDirty nameWithType: Furniture.CanBeDirty fullName: TinyLife.Objects.Furniture.CanBeDirty - uid: System.Nullable{System.Single} commentId: T:System.Nullable{System.Single} parent: System definition: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of Single) fullName.vb: System.Nullable(Of System.Single) name.vb: Nullable(Of Single) spec.csharp: - 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: '>' spec.vb: - 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: ) - uid: TinyLife.Objects.Furniture.CreatorId commentId: P:TinyLife.Objects.Furniture.CreatorId parent: TinyLife.Objects.Furniture name: CreatorId nameWithType: Furniture.CreatorId fullName: TinyLife.Objects.Furniture.CreatorId - uid: TinyLife.Objects.Furniture.Creator* commentId: Overload:TinyLife.Objects.Furniture.Creator name: Creator nameWithType: Furniture.Creator fullName: TinyLife.Objects.Furniture.Creator - uid: TinyLife.World.Wall commentId: T:TinyLife.World.Wall parent: TinyLife.World name: Wall nameWithType: Wall fullName: TinyLife.World.Wall - uid: TinyLife.Objects.Furniture.AttachedWall* commentId: Overload:TinyLife.Objects.Furniture.AttachedWall name: AttachedWall nameWithType: Furniture.AttachedWall fullName: TinyLife.Objects.Furniture.AttachedWall - uid: TinyLife.Objects.Furniture.HideFromDraw* commentId: Overload:TinyLife.Objects.Furniture.HideFromDraw name: HideFromDraw nameWithType: Furniture.HideFromDraw fullName: TinyLife.Objects.Furniture.HideFromDraw - uid: TinyLife.Objects.Furniture.Rotation commentId: F:TinyLife.Objects.Furniture.Rotation parent: TinyLife.Objects.Furniture name: Rotation nameWithType: Furniture.Rotation fullName: TinyLife.Objects.Furniture.Rotation - uid: TinyLife.Options.CameraRotation commentId: F:TinyLife.Options.CameraRotation isExternal: true - uid: TinyLife.Objects.Furniture.VisualRotation* commentId: Overload:TinyLife.Objects.Furniture.VisualRotation name: VisualRotation nameWithType: Furniture.VisualRotation fullName: TinyLife.Objects.Furniture.VisualRotation - uid: TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) isExternal: true - uid: TinyLife.Objects.Furniture.#ctor* commentId: Overload:TinyLife.Objects.Furniture.#ctor name: Furniture nameWithType: Furniture.Furniture fullName: TinyLife.Objects.Furniture.Furniture - uid: TinyLife.World.Map commentId: T:TinyLife.World.Map parent: TinyLife.World name: Map nameWithType: Map fullName: TinyLife.World.Map - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - 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.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) parent: TinyLife.Objects.MapObject isExternal: true name: Draw(GameTime, SpriteBatch, Vector2, Nullable) nameWithType: MapObject.Draw(GameTime, SpriteBatch, Vector2, Nullable) fullName: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable) nameWithType.vb: MapObject.Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) fullName.vb: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color)) name.vb: Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) spec.csharp: - uid: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) name: Draw nameWithType: MapObject.Draw fullName: TinyLife.Objects.MapObject.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 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.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) name: Draw nameWithType: MapObject.Draw fullName: TinyLife.Objects.MapObject.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 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.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.Draw* commentId: Overload:TinyLife.Objects.Furniture.Draw name: Draw nameWithType: Furniture.Draw fullName: TinyLife.Objects.Furniture.Draw - 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: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch - uid: System.Nullable{Microsoft.Xna.Framework.Color} commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} parent: System definition: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of Color) fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color) name.vb: Nullable(Of Color) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.Graphics commentId: N:Microsoft.Xna.Framework.Graphics isExternal: true name: Microsoft.Xna.Framework.Graphics nameWithType: Microsoft.Xna.Framework.Graphics fullName: Microsoft.Xna.Framework.Graphics - uid: TinyLife.Objects.MapObject.Validate commentId: M:TinyLife.Objects.MapObject.Validate parent: TinyLife.Objects.MapObject name: Validate() nameWithType: MapObject.Validate() fullName: TinyLife.Objects.MapObject.Validate() spec.csharp: - uid: TinyLife.Objects.MapObject.Validate name: Validate nameWithType: MapObject.Validate fullName: TinyLife.Objects.MapObject.Validate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.Validate name: Validate nameWithType: MapObject.Validate fullName: TinyLife.Objects.MapObject.Validate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.Validate* commentId: Overload:TinyLife.Objects.Furniture.Validate name: Validate nameWithType: Furniture.Validate fullName: TinyLife.Objects.Furniture.Validate - uid: TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) commentId: M:TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) parent: TinyLife.Objects.MapObject isExternal: true name: Intersects(RectangleF) nameWithType: MapObject.Intersects(RectangleF) fullName: TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) spec.csharp: - uid: TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) name: Intersects nameWithType: MapObject.Intersects fullName: TinyLife.Objects.MapObject.Intersects - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.RectangleF name: RectangleF nameWithType: RectangleF fullName: MLEM.Misc.RectangleF isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF) name: Intersects nameWithType: MapObject.Intersects fullName: TinyLife.Objects.MapObject.Intersects - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.RectangleF name: RectangleF nameWithType: RectangleF fullName: MLEM.Misc.RectangleF isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.Intersects* commentId: Overload:TinyLife.Objects.Furniture.Intersects name: Intersects nameWithType: Furniture.Intersects fullName: TinyLife.Objects.Furniture.Intersects - uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) commentId: M:TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) parent: TinyLife.Objects.MapObject name: GetCategories(Person) nameWithType: MapObject.GetCategories(Person) fullName: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) name: GetCategories nameWithType: MapObject.GetCategories fullName: TinyLife.Objects.MapObject.GetCategories - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) name: GetCategories nameWithType: MapObject.GetCategories fullName: TinyLife.Objects.MapObject.GetCategories - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetCategories* commentId: Overload:TinyLife.Objects.Furniture.GetCategories name: GetCategories nameWithType: Furniture.GetCategories fullName: TinyLife.Objects.Furniture.GetCategories - uid: TinyLife.Objects.ObjectCategory commentId: T:TinyLife.Objects.ObjectCategory parent: TinyLife.Objects name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - uid: TinyLife.Objects.MapObject.OnAdded commentId: M:TinyLife.Objects.MapObject.OnAdded parent: TinyLife.Objects.MapObject name: OnAdded() nameWithType: MapObject.OnAdded() fullName: TinyLife.Objects.MapObject.OnAdded() spec.csharp: - uid: TinyLife.Objects.MapObject.OnAdded name: OnAdded nameWithType: MapObject.OnAdded fullName: TinyLife.Objects.MapObject.OnAdded - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnAdded name: OnAdded nameWithType: MapObject.OnAdded fullName: TinyLife.Objects.MapObject.OnAdded - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.OnAdded* commentId: Overload:TinyLife.Objects.Furniture.OnAdded name: OnAdded nameWithType: Furniture.OnAdded fullName: TinyLife.Objects.Furniture.OnAdded - uid: TinyLife.Objects.MapObject.OnRemoved commentId: M:TinyLife.Objects.MapObject.OnRemoved parent: TinyLife.Objects.MapObject name: OnRemoved() nameWithType: MapObject.OnRemoved() fullName: TinyLife.Objects.MapObject.OnRemoved() spec.csharp: - uid: TinyLife.Objects.MapObject.OnRemoved name: OnRemoved nameWithType: MapObject.OnRemoved fullName: TinyLife.Objects.MapObject.OnRemoved - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnRemoved name: OnRemoved nameWithType: MapObject.OnRemoved fullName: TinyLife.Objects.MapObject.OnRemoved - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.OnRemoved* commentId: Overload:TinyLife.Objects.Furniture.OnRemoved name: OnRemoved nameWithType: Furniture.OnRemoved fullName: TinyLife.Objects.Furniture.OnRemoved - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.MapObject name: GetAiPriority(Person, ObjectCategory) nameWithType: MapObject.GetAiPriority(Person, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetAiPriority nameWithType: MapObject.GetAiPriority fullName: TinyLife.Objects.MapObject.GetAiPriority - 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: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetAiPriority nameWithType: MapObject.GetAiPriority fullName: TinyLife.Objects.MapObject.GetAiPriority - 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.Furniture.GetAiPriority* commentId: Overload:TinyLife.Objects.Furniture.GetAiPriority name: GetAiPriority nameWithType: Furniture.GetAiPriority fullName: TinyLife.Objects.Furniture.GetAiPriority - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: TinyLife.Objects.MapObject.GetVisibility commentId: M:TinyLife.Objects.MapObject.GetVisibility parent: TinyLife.Objects.MapObject name: GetVisibility() nameWithType: MapObject.GetVisibility() fullName: TinyLife.Objects.MapObject.GetVisibility() spec.csharp: - uid: TinyLife.Objects.MapObject.GetVisibility name: GetVisibility nameWithType: MapObject.GetVisibility fullName: TinyLife.Objects.MapObject.GetVisibility - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetVisibility name: GetVisibility nameWithType: MapObject.GetVisibility fullName: TinyLife.Objects.MapObject.GetVisibility - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetVisibility* commentId: Overload:TinyLife.Objects.Furniture.GetVisibility name: GetVisibility nameWithType: Furniture.GetVisibility fullName: TinyLife.Objects.Furniture.GetVisibility - uid: TinyLife.Objects.Visibility commentId: T:TinyLife.Objects.Visibility parent: TinyLife.Objects name: Visibility nameWithType: Visibility fullName: TinyLife.Objects.Visibility - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true name: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) nameWithType: MapObject.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) fullName: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) name: CanExecuteAction nameWithType: MapObject.CanExecuteAction fullName: TinyLife.Objects.MapObject.CanExecuteAction - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) name: CanExecuteAction nameWithType: MapObject.CanExecuteAction fullName: TinyLife.Objects.MapObject.CanExecuteAction - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.ActionType name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.ActionInfo name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.CanExecuteAction* commentId: Overload:TinyLife.Objects.Furniture.CanExecuteAction name: CanExecuteAction nameWithType: Furniture.CanExecuteAction fullName: TinyLife.Objects.Furniture.CanExecuteAction - 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.CanExecuteResult commentId: T:TinyLife.Actions.CanExecuteResult parent: TinyLife.Actions name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult - uid: TinyLife.Actions commentId: N:TinyLife.Actions name: TinyLife.Actions nameWithType: TinyLife.Actions fullName: TinyLife.Actions - uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true name: OnActionCompleted(Action, CompletionType, Boolean) nameWithType: MapObject.OnActionCompleted(Action, CompletionType, Boolean) fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnActionCompleted nameWithType: MapObject.OnActionCompleted fullName: TinyLife.Objects.MapObject.OnActionCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnActionCompleted nameWithType: MapObject.OnActionCompleted fullName: TinyLife.Objects.MapObject.OnActionCompleted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.CompletionType name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.OnActionCompleted* commentId: Overload:TinyLife.Objects.Furniture.OnActionCompleted name: OnActionCompleted nameWithType: Furniture.OnActionCompleted fullName: TinyLife.Objects.Furniture.OnActionCompleted - uid: TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action parent: TinyLife.Actions name: Action nameWithType: Action fullName: TinyLife.Actions.Action - uid: TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType parent: TinyLife.Actions name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - uid: TinyLife.Objects.Furniture.ActionUpdate* commentId: Overload:TinyLife.Objects.Furniture.ActionUpdate name: ActionUpdate nameWithType: Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate - uid: System.TimeSpan commentId: T:System.TimeSpan parent: System isExternal: true name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.MapObject name: GetFreeActionSpotInfo(Person, ObjectCategory) nameWithType: MapObject.GetFreeActionSpotInfo(Person, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpotInfo nameWithType: MapObject.GetFreeActionSpotInfo fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo - 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: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpotInfo nameWithType: MapObject.GetFreeActionSpotInfo fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo - 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.Furniture.GetFreeActionSpotInfo* commentId: Overload:TinyLife.Objects.Furniture.GetFreeActionSpotInfo name: GetFreeActionSpotInfo nameWithType: Furniture.GetFreeActionSpotInfo fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo - uid: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) commentId: M:TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) parent: TinyLife.Objects.MapObject isExternal: true name: GetHoverInfo(Tooltip) nameWithType: MapObject.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) spec.csharp: - uid: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) name: GetHoverInfo nameWithType: MapObject.GetHoverInfo fullName: TinyLife.Objects.MapObject.GetHoverInfo - name: ( nameWithType: ( fullName: ( - uid: MLEM.Ui.Elements.Tooltip name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) name: GetHoverInfo nameWithType: MapObject.GetHoverInfo fullName: TinyLife.Objects.MapObject.GetHoverInfo - name: ( nameWithType: ( fullName: ( - uid: MLEM.Ui.Elements.Tooltip name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetHoverInfo* commentId: Overload:TinyLife.Objects.Furniture.GetHoverInfo name: GetHoverInfo nameWithType: Furniture.GetHoverInfo fullName: TinyLife.Objects.Furniture.GetHoverInfo - uid: MLEM.Ui.Elements.Tooltip commentId: T:MLEM.Ui.Elements.Tooltip parent: MLEM.Ui.Elements isExternal: true name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements isExternal: true name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) parent: TinyLife.Objects.Furniture isExternal: true name: Draw(GameTime, SpriteBatch, Vector2, Nullable) nameWithType: Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable) fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable) nameWithType.vb: Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color)) name.vb: Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color)) spec.csharp: - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) name: Draw nameWithType: Furniture.Draw fullName: TinyLife.Objects.Furniture.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 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.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) name: Draw nameWithType: Furniture.Draw fullName: TinyLife.Objects.Furniture.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 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.Color name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetPrice* commentId: Overload:TinyLife.Objects.Furniture.GetPrice name: GetPrice nameWithType: Furniture.GetPrice fullName: TinyLife.Objects.Furniture.GetPrice - uid: TinyLife.World.IPricedObject.GetPrice commentId: M:TinyLife.World.IPricedObject.GetPrice parent: TinyLife.World.IPricedObject name: GetPrice() nameWithType: IPricedObject.GetPrice() fullName: TinyLife.World.IPricedObject.GetPrice() spec.csharp: - uid: TinyLife.World.IPricedObject.GetPrice name: GetPrice nameWithType: IPricedObject.GetPrice fullName: TinyLife.World.IPricedObject.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.IPricedObject.GetPrice name: GetPrice nameWithType: IPricedObject.GetPrice fullName: TinyLife.World.IPricedObject.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating isExternal: true - uid: TinyLife.Objects.Furniture.Quality commentId: F:TinyLife.Objects.Furniture.Quality parent: TinyLife.Objects.Furniture name: Quality nameWithType: Furniture.Quality fullName: TinyLife.Objects.Furniture.Quality - uid: TinyLife.Objects.Furniture.OnGetDescription commentId: E:TinyLife.Objects.Furniture.OnGetDescription parent: TinyLife.Objects.Furniture name: OnGetDescription nameWithType: Furniture.OnGetDescription fullName: TinyLife.Objects.Furniture.OnGetDescription - uid: TinyLife.Objects.Furniture.GetDescription* commentId: Overload:TinyLife.Objects.Furniture.GetDescription name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription - uid: System.Collections.Generic.List{System.String} commentId: T:System.Collections.Generic.List{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of String) fullName.vb: System.Collections.Generic.List(Of System.String) name.vb: List(Of String) spec.csharp: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - 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.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type parent: TinyLife.Objects.Furniture name: Type nameWithType: Furniture.Type fullName: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating isExternal: true - uid: TinyLife.Objects.Furniture.GetDecorativeRating* commentId: Overload:TinyLife.Objects.Furniture.GetDecorativeRating name: GetDecorativeRating nameWithType: Furniture.GetDecorativeRating fullName: TinyLife.Objects.Furniture.GetDecorativeRating - uid: TinyLife.World.Room commentId: T:TinyLife.World.Room parent: TinyLife.World name: Room nameWithType: Room fullName: TinyLife.World.Room - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean) spec.csharp: - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate nameWithType: Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate nameWithType: Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Actions.Action name: Action nameWithType: Action fullName: TinyLife.Actions.Action - 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: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetDirty* commentId: Overload:TinyLife.Objects.Furniture.GetDirty name: GetDirty nameWithType: Furniture.GetDirty fullName: TinyLife.Objects.Furniture.GetDirty - uid: TinyLife.Goals.GoalTrigger.FurnitureCreated commentId: F:TinyLife.Goals.GoalTrigger.FurnitureCreated isExternal: true - uid: TinyLife.Objects.Furniture.SetCreator* commentId: Overload:TinyLife.Objects.Furniture.SetCreator name: SetCreator nameWithType: Furniture.SetCreator fullName: TinyLife.Objects.Furniture.SetCreator - uid: TinyLife.Objects.FurnitureType.GetDisplayName(TinyLife.Objects.Furniture) commentId: M:TinyLife.Objects.FurnitureType.GetDisplayName(TinyLife.Objects.Furniture) isExternal: true - uid: TinyLife.Objects.Furniture.GetDisplayName* commentId: Overload:TinyLife.Objects.Furniture.GetDisplayName name: GetDisplayName nameWithType: Furniture.GetDisplayName fullName: TinyLife.Objects.Furniture.GetDisplayName - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: TinyLife.Objects.Furniture.OnNeighborChanged* commentId: Overload:TinyLife.Objects.Furniture.OnNeighborChanged name: OnNeighborChanged nameWithType: Furniture.OnNeighborChanged fullName: TinyLife.Objects.Furniture.OnNeighborChanged - uid: TinyLife.Objects.Furniture.DrawUi* commentId: Overload:TinyLife.Objects.Furniture.DrawUi name: DrawUi nameWithType: Furniture.DrawUi fullName: TinyLife.Objects.Furniture.DrawUi - uid: MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element parent: MLEM.Ui.Elements isExternal: true name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - uid: TinyLife.Objects.ActionSpot commentId: T:TinyLife.Objects.ActionSpot parent: TinyLife.Objects name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - uid: TinyLife.Objects.Person.VisuallyOccupiedSpot commentId: P:TinyLife.Objects.Person.VisuallyOccupiedSpot isExternal: true - uid: TinyLife.Objects.Furniture.GetOccupants* commentId: Overload:TinyLife.Objects.Furniture.GetOccupants name: GetOccupants nameWithType: Furniture.GetOccupants fullName: TinyLife.Objects.Furniture.GetOccupants - 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: ) - 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: TinyLife.Objects.Furniture.GetFreeActionSpots* commentId: Overload:TinyLife.Objects.Furniture.GetFreeActionSpots name: GetFreeActionSpots nameWithType: Furniture.GetFreeActionSpots fullName: TinyLife.Objects.Furniture.GetFreeActionSpots - uid: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}} commentId: T:System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable<(T1, T2)> nameWithType: IEnumerable<(T1, T2)> fullName: System.Collections.Generic.IEnumerable> nameWithType.vb: IEnumerable(Of (T1, T2)(Of ActionSpot, Direction2)) fullName.vb: System.Collections.Generic.IEnumerable(Of System.ValueTuple(Of TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2)) name.vb: IEnumerable(Of (T1, T2)(Of ActionSpot, Direction2)) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - 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: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Furniture name: GetFreeActionSpots(Person, ObjectCategory) nameWithType: Furniture.GetFreeActionSpots(Person, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpots nameWithType: Furniture.GetFreeActionSpots fullName: TinyLife.Objects.Furniture.GetFreeActionSpots - 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: ) spec.vb: - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpots nameWithType: Furniture.GetFreeActionSpots fullName: TinyLife.Objects.Furniture.GetFreeActionSpots - 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.Furniture.GetFreeActionSpot* commentId: Overload:TinyLife.Objects.Furniture.GetFreeActionSpot name: GetFreeActionSpot nameWithType: Furniture.GetFreeActionSpot fullName: TinyLife.Objects.Furniture.GetFreeActionSpot - uid: System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2} commentId: T:System.ValueTuple{TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2} parent: System definition: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple nameWithType.vb: (T1, T2)(Of ActionSpot, Direction2) fullName.vb: System.ValueTuple(Of TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2) name.vb: (T1, T2)(Of ActionSpot, Direction2) spec.csharp: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Objects.ActionSpot name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.ValueTuple`2 commentId: T:System.ValueTuple`2 isExternal: true name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple nameWithType.vb: (T1, T2)(Of T1, T2) fullName.vb: System.ValueTuple(Of T1, T2) name.vb: (T1, T2)(Of T1, T2) spec.csharp: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Actions.ActionInfo.ActionLocation commentId: F:TinyLife.Actions.ActionInfo.ActionLocation isExternal: true - uid: MLEM.Misc.Direction2.None commentId: F:MLEM.Misc.Direction2.None isExternal: true - uid: TinyLife.Objects.Furniture.GetActionSpotInfo* commentId: Overload:TinyLife.Objects.Furniture.GetActionSpotInfo name: GetActionSpotInfo nameWithType: Furniture.GetActionSpotInfo fullName: TinyLife.Objects.Furniture.GetActionSpotInfo - uid: TinyLife.Objects.Furniture.GetFreeObjectSpot* commentId: Overload:TinyLife.Objects.Furniture.GetFreeObjectSpot name: GetFreeObjectSpot nameWithType: Furniture.GetFreeObjectSpot fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot - uid: System.Nullable{Microsoft.Xna.Framework.Vector2} commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2} parent: System definition: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of Vector2) fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2) name.vb: Nullable(Of Vector2) spec.csharp: - 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: '>' spec.vb: - 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: ) - uid: TinyLife.World.Map.AddObject(TinyLife.Objects.MapObject) commentId: M:TinyLife.World.Map.AddObject(TinyLife.Objects.MapObject) isExternal: true - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) parent: TinyLife.Objects.Furniture isExternal: true name: SetChild(ObjectSpot, Furniture, Direction2) nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2) fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2) spec.csharp: - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) name: SetChild nameWithType: Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.ObjectSpot name: ObjectSpot nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) name: SetChild nameWithType: Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.ObjectSpot name: ObjectSpot nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.SetParent* commentId: Overload:TinyLife.Objects.Furniture.SetParent name: SetParent nameWithType: Furniture.SetParent fullName: TinyLife.Objects.Furniture.SetParent - uid: TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1 parent: TinyLife.Objects.Furniture name: GetChildren() nameWithType: Furniture.GetChildren() fullName: TinyLife.Objects.Furniture.GetChildren() nameWithType.vb: Furniture.GetChildren(Of T)() fullName.vb: TinyLife.Objects.Furniture.GetChildren(Of T)() name.vb: GetChildren(Of T)() spec.csharp: - uid: TinyLife.Objects.Furniture.GetChildren``1 name: GetChildren nameWithType: Furniture.GetChildren fullName: TinyLife.Objects.Furniture.GetChildren - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.GetChildren``1 name: GetChildren(Of T) nameWithType: Furniture.GetChildren(Of T) fullName: TinyLife.Objects.Furniture.GetChildren(Of T) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren* commentId: Overload:TinyLife.Objects.Furniture.UnlinkParentsAndChildren name: UnlinkParentsAndChildren nameWithType: Furniture.UnlinkParentsAndChildren fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren - uid: TinyLife.World.Map.RemoveObject(TinyLife.Objects.MapObject) commentId: M:TinyLife.World.Map.RemoveObject(TinyLife.Objects.MapObject) isExternal: true - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren parent: TinyLife.Objects.Furniture name: UnlinkParentsAndChildren() nameWithType: Furniture.UnlinkParentsAndChildren() fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren() spec.csharp: - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren name: UnlinkParentsAndChildren nameWithType: Furniture.UnlinkParentsAndChildren fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren name: UnlinkParentsAndChildren nameWithType: Furniture.UnlinkParentsAndChildren fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.RemoveAndUnlink* commentId: Overload:TinyLife.Objects.Furniture.RemoveAndUnlink name: RemoveAndUnlink nameWithType: Furniture.RemoveAndUnlink fullName: TinyLife.Objects.Furniture.RemoveAndUnlink - uid: TinyLife.Objects.Furniture.GetChildren* commentId: Overload:TinyLife.Objects.Furniture.GetChildren name: GetChildren nameWithType: Furniture.GetChildren fullName: TinyLife.Objects.Furniture.GetChildren - uid: System.Collections.Generic.IEnumerable{{T}} commentId: T:System.Collections.Generic.IEnumerable{``0} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 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: TinyLife.Objects.Furniture.RemoveChildren* commentId: Overload:TinyLife.Objects.Furniture.RemoveChildren name: RemoveChildren nameWithType: Furniture.RemoveChildren fullName: TinyLife.Objects.Furniture.RemoveChildren - uid: System.Predicate{{T}} commentId: T:System.Predicate{``0} parent: System definition: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate nameWithType.vb: Predicate(Of T) fullName.vb: System.Predicate(Of T) name.vb: Predicate(Of T) spec.csharp: - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Predicate`1 commentId: T:System.Predicate`1 isExternal: true name: Predicate nameWithType: Predicate fullName: System.Predicate nameWithType.vb: Predicate(Of T) fullName.vb: System.Predicate(Of T) name.vb: Predicate(Of T) spec.csharp: - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.RemoveChild* commentId: Overload:TinyLife.Objects.Furniture.RemoveChild name: RemoveChild nameWithType: Furniture.RemoveChild fullName: TinyLife.Objects.Furniture.RemoveChild - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) parent: TinyLife.Objects.Furniture name: SetParent(Furniture, ObjectSpot) nameWithType: Furniture.SetParent(Furniture, ObjectSpot) fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot) spec.csharp: - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) name: SetParent nameWithType: Furniture.SetParent fullName: TinyLife.Objects.Furniture.SetParent - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ObjectSpot name: ObjectSpot nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) name: SetParent nameWithType: Furniture.SetParent fullName: TinyLife.Objects.Furniture.SetParent - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Objects.ObjectSpot name: ObjectSpot nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.AddChild* commentId: Overload:TinyLife.Objects.Furniture.AddChild name: AddChild nameWithType: Furniture.AddChild fullName: TinyLife.Objects.Furniture.AddChild - uid: System.Nullable{System.Guid} commentId: T:System.Nullable{System.Guid} parent: System definition: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of Guid) fullName.vb: System.Nullable(Of System.Guid) name.vb: Nullable(Of Guid) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Guid name: Guid nameWithType: Guid fullName: System.Guid isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Guid name: Guid nameWithType: Guid fullName: System.Guid isExternal: true - name: ) nameWithType: ) fullName: ) - uid: '{T}' commentId: '!:T' definition: T name: T nameWithType: T fullName: T - uid: T name: T nameWithType: T fullName: T - uid: TinyLife.Objects.Furniture.SetChild* commentId: Overload:TinyLife.Objects.Furniture.SetChild name: SetChild nameWithType: Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) parent: TinyLife.Objects.Furniture name: OnNeighborChanged(Furniture) nameWithType: Furniture.OnNeighborChanged(Furniture) fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) spec.csharp: - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) name: OnNeighborChanged nameWithType: Furniture.OnNeighborChanged fullName: TinyLife.Objects.Furniture.OnNeighborChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) name: OnNeighborChanged nameWithType: Furniture.OnNeighborChanged fullName: TinyLife.Objects.Furniture.OnNeighborChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects.Furniture.NotifyNeighbors* commentId: Overload:TinyLife.Objects.Furniture.NotifyNeighbors name: NotifyNeighbors nameWithType: Furniture.NotifyNeighbors fullName: TinyLife.Objects.Furniture.NotifyNeighbors - uid: TinyLife.Objects.Furniture.SetNewId* commentId: Overload:TinyLife.Objects.Furniture.SetNewId name: SetNewId nameWithType: Furniture.SetNewId fullName: TinyLife.Objects.Furniture.SetNewId - uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of Furniture) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture) name.vb: IEnumerable(Of Furniture) 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.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - 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.Furniture name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - name: ) nameWithType: ) fullName: )