2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.FoodTypedItem
commentId : T:TinyLife.Objects.FoodTypedItem
id : FoodTypedItem
parent : TinyLife.Objects
children :
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FoodTypedItem.ExpirationTime
- TinyLife.Objects.FoodTypedItem.Expired
- TinyLife.Objects.FoodTypedItem.FoodType
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FoodTypedItem.ServingSize
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2024-10-17 17:28:12 +02:00
- TinyLife.Objects.FoodTypedItem.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : FoodTypedItem
nameWithType : FoodTypedItem
fullName : TinyLife.Objects.FoodTypedItem
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
A furniture is an instance of a <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> which is placed in the world, or in a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>'s hand.
2024-01-07 16:53:47 +01:00
To register a custom furniture, use <xref href="TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-05-26 15:16:22 +02:00
content: 'public class FoodTypedItem : Furniture, IGenericDataHolder, IUpdatingObject'
content.vb : Public Class FoodTypedItem Inherits Furniture Implements IGenericDataHolder, IUpdatingObject
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
derivedClasses :
- TinyLife.Objects.Food
implements :
- MLEM.Misc.IGenericDataHolder
- TinyLife.Objects.IUpdatingObject
inheritedMembers :
2024-10-17 17:28:12 +02:00
- TinyLife.Objects.Furniture.Migrations
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.Random
2024-06-15 12:48:46 +02:00
- TinyLife.Objects.Furniture.OnFurnitureTypeConstructed
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Furniture.OnGetDescription
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Furniture.OnSetCreator
- TinyLife.Objects.Furniture.OnGetDirty
- TinyLife.Objects.Furniture.OnDirty
2024-02-02 18:13:42 +01:00
- TinyLife.Objects.Furniture.OnAppliedUpgrade
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.DisplayName
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Furniture.ParentInfo
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.Furniture.Visibility
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.Type
2024-02-02 18:13:42 +01:00
- TinyLife.Objects.Furniture.AppliedUpgrades
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture
- TinyLife.Objects.Furniture.ParentObjectSpot
- TinyLife.Objects.Furniture.Colors
- TinyLife.Objects.Furniture.Area
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.Furniture.CoveredTiles
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Furniture.CreatorId
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Furniture.Quality
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Furniture.CustomPrice
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Furniture.Creator
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Furniture.AttachedWall
- TinyLife.Objects.Furniture.HideFromDraw
- TinyLife.Objects.Furniture.VisualRotation
2023-04-26 14:51:19 +02:00
- TinyLife.Objects.Furniture.ParentObjectSpotId
- TinyLife.Objects.Furniture.ParentFurnitureId
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.OnAdded
- TinyLife.Objects.Furniture.OnRemoved
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2024-07-09 18:54:47 +02:00
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
2023-08-15 13:17:22 +02:00
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
2023-07-20 14:27:20 +02:00
- TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
2024-10-17 17:28:12 +02:00
- TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2024-02-02 18:13:42 +01:00
- TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
- TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
- TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
2024-08-31 11:17:42 +02:00
- TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)
- TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.GetChildren``1
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2024-08-08 15:31:03 +02:00
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,System.Nullable{MLEM.Maths.Direction2},System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2})
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Furniture.NotifyNeighbors
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.MapObject.OnValidatedEarly
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.OnEventsAttachable
- TinyLife.Objects.MapObject.OnDraw
- TinyLife.Objects.MapObject.OnUpdate
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.MapObject.OnGetHoverInfo
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.MapObject.OnGetDebugLines
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.MapObject.Position
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.MapObject.Floor
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.Id
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.MapObject.CurrentRoom
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.IsInWorld
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.MapObject.HoldingPerson
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.MapObject.ValidateEarly
2024-07-26 12:47:59 +02:00
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
2023-07-20 14:27:20 +02:00
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
2024-07-09 18:54:47 +02:00
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2024-10-17 17:28:12 +02:00
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2024-07-09 18:54:47 +02:00
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.GetModCategory(System.String)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- 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.FoodTypedItem.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.FoodTypedItem.FoodType
commentId : F:TinyLife.Objects.FoodTypedItem.FoodType
id : FoodType
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
name : FoodType
nameWithType : FoodTypedItem.FoodType
fullName : TinyLife.Objects.FoodTypedItem.FoodType
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> that this food-typed item has
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public FoodType FoodType
return :
type : TinyLife.Skills.FoodType
content.vb : >-
<DataMember>
Public FoodType As FoodType
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Objects.FoodTypedItem.ExpirationTime
commentId : F:TinyLife.Objects.FoodTypedItem.ExpirationTime
id : ExpirationTime
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
name : ExpirationTime
nameWithType : FoodTypedItem.ExpirationTime
fullName : TinyLife.Objects.FoodTypedItem.ExpirationTime
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The (in-game) time that this object will expire on.
Use <xref href="TinyLife.Objects.FoodTypedItem.Expired" data-throw-if-not-resolved="false"></xref> to see if this time has already passed.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public TimeSpan ExpirationTime
return :
type : System.TimeSpan
content.vb : >-
<DataMember>
Public ExpirationTime As TimeSpan
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Objects.FoodTypedItem.ServingSize
commentId : F:TinyLife.Objects.FoodTypedItem.ServingSize
id : ServingSize
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
name : ServingSize
nameWithType : FoodTypedItem.ServingSize
fullName : TinyLife.Objects.FoodTypedItem.ServingSize
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The amount of servings that this item currently has.
If this is greater than 1, this item is likely a <xref href="TinyLife.Objects.FurnitureType.FoodPlatter" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public int ServingSize
return :
type : System.Int32
content.vb : >-
<DataMember>
Public ServingSize As Integer
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Objects.FoodTypedItem.Expired
commentId : P:TinyLife.Objects.FoodTypedItem.Expired
id : Expired
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
name : Expired
nameWithType : FoodTypedItem.Expired
fullName : TinyLife.Objects.FoodTypedItem.Expired
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
Returns whether this object is expired.
2024-04-21 10:22:04 +02:00
This property compares the current in-game time to <xref href="TinyLife.Objects.FoodTypedItem.ExpirationTime" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public bool Expired { get; }
parameters : [ ]
return :
type : System.Boolean
content.vb : Public ReadOnly Property Expired As Boolean
overload : TinyLife.Objects.FoodTypedItem.Expired*
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
commentId : M:TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
id : '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : FoodTypedItem(Guid, FurnitureType, int[], Map, Vector2, float)
nameWithType : FoodTypedItem.FoodTypedItem(Guid, FurnitureType, int[], Map, Vector2, float)
fullName : TinyLife.Objects.FoodTypedItem.FoodTypedItem(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
2021-08-04 06:51:12 +02:00
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
Creates a new furniture instance.
By default, this is done using <xref href="TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Nullable%7bSystem.Guid%7d)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public FoodTypedItem(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos, float floor)
2021-08-04 06:51:12 +02:00
parameters :
- id : id
type : System.Guid
2022-01-08 12:41:09 +01:00
description : The id to apply to the created furniture instance
2021-08-04 06:51:12 +02:00
- id : type
type : TinyLife.Objects.FurnitureType
2022-01-08 12:41:09 +01:00
description : The type to create an instance of
2021-08-04 06:51:12 +02:00
- id : colors
type : System.Int32[]
2022-01-08 12:41:09 +01:00
description : The colors to apply to the furniture
2021-08-04 06:51:12 +02:00
- id : map
type : TinyLife.World.Map
2022-01-08 12:41:09 +01:00
description : The map to create the furniture on
2021-08-04 06:51:12 +02:00
- id : pos
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2022-01-08 12:41:09 +01:00
description : The position that the furniture should have
2023-10-11 16:05:32 +02:00
- id : floor
type : System.Single
description : The floor that this object is on.
content.vb : Public Sub New(id As Guid, type As FurnitureType, colors As Integer(), map As Map, pos As Vector2, floor As Single)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.FoodTypedItem.#ctor*
2023-10-11 16:05:32 +02:00
nameWithType.vb : FoodTypedItem.New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
fullName.vb : TinyLife.Objects.FoodTypedItem.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
name.vb : New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem.Validate(TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Objects.FoodTypedItem.Validate(TinyLife.Utilities.AppliedMigrations)
id : Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
2024-10-17 17:28:12 +02:00
name : Validate(AppliedMigrations)
nameWithType : FoodTypedItem.Validate(AppliedMigrations)
fullName : TinyLife.Objects.FoodTypedItem.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This method is called when this object is loaded from disk.
Returning false on this method causes the object to be removed from the map.
By default, this method invokes <xref href="TinyLife.Objects.MapObject.OnValidated" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : public override bool Validate(AppliedMigrations appliedMigrations)
parameters :
- id : appliedMigrations
type : TinyLife.Utilities.AppliedMigrations
description : ''
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2022-01-08 12:41:09 +01:00
description : false if the object is not valid, true otherwise
2024-10-17 17:28:12 +02:00
content.vb : Public Overrides Function Validate(appliedMigrations As AppliedMigrations) As Boolean
overridden : TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.FoodTypedItem.Validate*
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
commentId : M:TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
id : GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : GetDescription(List<string>, bool)
nameWithType : FoodTypedItem.GetDescription(List<string>, bool)
fullName : TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List<string>, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This method allows adding a set of strings to the <code class="paramref">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.
By default, this method adds various strings related to the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Furniture.Quality" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Furniture.Creator" data-throw-if-not-resolved="false"></xref>, and also invokes the <xref href="TinyLife.Objects.Furniture.OnGetDescription" data-throw-if-not-resolved="false"></xref> event.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-01-16 12:24:01 +01:00
content : public override void GetDescription(List<string> description, bool forHoverInfo)
2022-05-24 13:36:05 +02:00
parameters :
2023-01-16 12:24:01 +01:00
- id : description
type : System.Collections.Generic.List{System.String}
description : The description to add to.
- id : forHoverInfo
type : System.Boolean
2023-04-26 14:51:19 +02:00
description : Whether this method is being called by <xref href="TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)" data-throw-if-not-resolved="false"></xref> (or by build mode).
2023-01-16 12:24:01 +01:00
content.vb : Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
overridden : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
overload : TinyLife.Objects.FoodTypedItem.GetDescription*
nameWithType.vb : FoodTypedItem.GetDescription(List(Of String), Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List(Of String), Boolean)
2023-01-16 12:24:01 +01:00
name.vb : GetDescription(List(Of String), Boolean)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id : Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FoodTypedItem
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Update(GameTime, TimeSpan, float)
nameWithType : FoodTypedItem.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The update method, which is called every update frame by the underlying <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref>, as well as additional places like the <xref href="TinyLife.World.Household.FurnitureStorage" data-throw-if-not-resolved="false"></xref>. Because of this, some actions might only want to be invoked if an object <xref href="TinyLife.Objects.MapObject.IsInWorld" data-throw-if-not-resolved="false"></xref>.
To call this method while invoking all required events, use <xref href="TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2021-08-04 06:51:12 +02:00
- id : passedInGame
type : System.TimeSpan
2022-01-08 12:41:09 +01:00
description : The amount of time that has passed since the last call
2021-11-26 23:42:22 +01:00
- id : speedMultiplier
type : System.Single
2022-01-08 12:41:09 +01:00
description : The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
2022-05-24 13:36:05 +02:00
content.vb : Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.FoodTypedItem.Update*
implements :
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2023-03-30 18:07:55 +02:00
nameWithType.vb : FoodTypedItem.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
2021-08-04 06:51:12 +02:00
references :
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.FurnitureType
commentId : T:TinyLife.Objects.FurnitureType
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
name : FurnitureType
nameWithType : FurnitureType
fullName : TinyLife.Objects.FurnitureType
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
parent : TinyLife.Objects
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
commentId : M:TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Register_TinyLife_Objects_FurnitureType_TypeSettings_
name : Register(TypeSettings)
nameWithType : FurnitureType.Register(FurnitureType.TypeSettings)
fullName : TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
spec.csharp :
- uid : TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
name : Register
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Register_TinyLife_Objects_FurnitureType_TypeSettings_
- name : (
- uid : TinyLife.Objects.FurnitureType.TypeSettings
name : TypeSettings
href : TinyLife.Objects.FurnitureType.TypeSettings.html
- name : )
spec.vb :
- uid : TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
name : Register
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Register_TinyLife_Objects_FurnitureType_TypeSettings_
- name : (
- uid : TinyLife.Objects.FurnitureType.TypeSettings
name : TypeSettings
href : TinyLife.Objects.FurnitureType.TypeSettings.html
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId : T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent : MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal : true
2021-11-23 16:24:04 +01:00
name : JsonTypeSafeGenericDataHolder
nameWithType : JsonTypeSafeGenericDataHolder
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
href : TinyLife.Objects.Furniture.html
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
- uid : TinyLife.Objects.IUpdatingObject
commentId : T:TinyLife.Objects.IUpdatingObject
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.IUpdatingObject.html
2021-08-04 06:51:12 +02:00
name : IUpdatingObject
nameWithType : IUpdatingObject
fullName : TinyLife.Objects.IUpdatingObject
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.Furniture.Migrations
commentId : F:TinyLife.Objects.Furniture.Migrations
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Migrations
name : Migrations
nameWithType : Furniture.Migrations
fullName : TinyLife.Objects.Furniture.Migrations
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.Random
commentId : F:TinyLife.Objects.Furniture.Random
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Random
2021-08-04 06:51:12 +02:00
name : Random
nameWithType : Furniture.Random
fullName : TinyLife.Objects.Furniture.Random
2024-06-15 12:48:46 +02:00
- uid : TinyLife.Objects.Furniture.OnFurnitureTypeConstructed
commentId : E:TinyLife.Objects.Furniture.OnFurnitureTypeConstructed
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnFurnitureTypeConstructed
name : OnFurnitureTypeConstructed
nameWithType : Furniture.OnFurnitureTypeConstructed
fullName : TinyLife.Objects.Furniture.OnFurnitureTypeConstructed
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.OnGetDescription
commentId : E:TinyLife.Objects.Furniture.OnGetDescription
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnGetDescription
2021-08-30 20:44:32 +02:00
name : OnGetDescription
nameWithType : Furniture.OnGetDescription
fullName : TinyLife.Objects.Furniture.OnGetDescription
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture.OnSetCreator
commentId : E:TinyLife.Objects.Furniture.OnSetCreator
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnSetCreator
2021-10-14 20:30:40 +02:00
name : OnSetCreator
nameWithType : Furniture.OnSetCreator
fullName : TinyLife.Objects.Furniture.OnSetCreator
- uid : TinyLife.Objects.Furniture.OnGetDirty
commentId : E:TinyLife.Objects.Furniture.OnGetDirty
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnGetDirty
2021-10-14 20:30:40 +02:00
name : OnGetDirty
nameWithType : Furniture.OnGetDirty
fullName : TinyLife.Objects.Furniture.OnGetDirty
- uid : TinyLife.Objects.Furniture.OnDirty
commentId : E:TinyLife.Objects.Furniture.OnDirty
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnDirty
2021-10-14 20:30:40 +02:00
name : OnDirty
nameWithType : Furniture.OnDirty
fullName : TinyLife.Objects.Furniture.OnDirty
2024-02-02 18:13:42 +01:00
- uid : TinyLife.Objects.Furniture.OnAppliedUpgrade
commentId : E:TinyLife.Objects.Furniture.OnAppliedUpgrade
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnAppliedUpgrade
name : OnAppliedUpgrade
nameWithType : Furniture.OnAppliedUpgrade
fullName : TinyLife.Objects.Furniture.OnAppliedUpgrade
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.DisplayName
commentId : P:TinyLife.Objects.Furniture.DisplayName
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DisplayName
2022-09-05 14:19:42 +02:00
name : DisplayName
nameWithType : Furniture.DisplayName
fullName : TinyLife.Objects.Furniture.DisplayName
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture.ParentInfo
commentId : P:TinyLife.Objects.Furniture.ParentInfo
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ParentInfo
2022-05-24 13:36:05 +02:00
name : ParentInfo
nameWithType : Furniture.ParentInfo
fullName : TinyLife.Objects.Furniture.ParentInfo
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.Furniture.Visibility
commentId : P:TinyLife.Objects.Furniture.Visibility
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Visibility
2022-07-28 14:58:38 +02:00
name : Visibility
nameWithType : Furniture.Visibility
fullName : TinyLife.Objects.Furniture.Visibility
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.Type
commentId : F:TinyLife.Objects.Furniture.Type
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Type
2021-08-04 06:51:12 +02:00
name : Type
nameWithType : Furniture.Type
fullName : TinyLife.Objects.Furniture.Type
2024-02-02 18:13:42 +01:00
- uid : TinyLife.Objects.Furniture.AppliedUpgrades
commentId : F:TinyLife.Objects.Furniture.AppliedUpgrades
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AppliedUpgrades
name : AppliedUpgrades
nameWithType : Furniture.AppliedUpgrades
fullName : TinyLife.Objects.Furniture.AppliedUpgrades
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.Rotation
commentId : F:TinyLife.Objects.Furniture.Rotation
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Rotation
2021-08-04 06:51:12 +02:00
name : Rotation
nameWithType : Furniture.Rotation
fullName : TinyLife.Objects.Furniture.Rotation
- uid : TinyLife.Objects.Furniture.ParentFurniture
commentId : P:TinyLife.Objects.Furniture.ParentFurniture
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ParentFurniture
2021-08-04 06:51:12 +02:00
name : ParentFurniture
nameWithType : Furniture.ParentFurniture
fullName : TinyLife.Objects.Furniture.ParentFurniture
- uid : TinyLife.Objects.Furniture.ParentObjectSpot
commentId : P:TinyLife.Objects.Furniture.ParentObjectSpot
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ParentObjectSpot
2021-08-04 06:51:12 +02:00
name : ParentObjectSpot
nameWithType : Furniture.ParentObjectSpot
fullName : TinyLife.Objects.Furniture.ParentObjectSpot
- uid : TinyLife.Objects.Furniture.Colors
commentId : F:TinyLife.Objects.Furniture.Colors
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Colors
2021-08-04 06:51:12 +02:00
name : Colors
nameWithType : Furniture.Colors
fullName : TinyLife.Objects.Furniture.Colors
- uid : TinyLife.Objects.Furniture.Area
commentId : P:TinyLife.Objects.Furniture.Area
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Area
2021-08-04 06:51:12 +02:00
name : Area
nameWithType : Furniture.Area
fullName : TinyLife.Objects.Furniture.Area
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Objects.Furniture.CoveredTiles
commentId : P:TinyLife.Objects.Furniture.CoveredTiles
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CoveredTiles
name : CoveredTiles
nameWithType : Furniture.CoveredTiles
fullName : TinyLife.Objects.Furniture.CoveredTiles
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.DevaluedThroughUse
commentId : F:TinyLife.Objects.Furniture.DevaluedThroughUse
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DevaluedThroughUse
2021-08-04 06:51:12 +02:00
name : DevaluedThroughUse
nameWithType : Furniture.DevaluedThroughUse
fullName : TinyLife.Objects.Furniture.DevaluedThroughUse
- uid : TinyLife.Objects.Furniture.AreUtilitiesDisabled
commentId : P:TinyLife.Objects.Furniture.AreUtilitiesDisabled
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AreUtilitiesDisabled
2021-08-04 06:51:12 +02:00
name : AreUtilitiesDisabled
nameWithType : Furniture.AreUtilitiesDisabled
fullName : TinyLife.Objects.Furniture.AreUtilitiesDisabled
- uid : TinyLife.Objects.Furniture.IsStatic
commentId : F:TinyLife.Objects.Furniture.IsStatic
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_IsStatic
2021-08-04 06:51:12 +02:00
name : IsStatic
nameWithType : Furniture.IsStatic
fullName : TinyLife.Objects.Furniture.IsStatic
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture.CreatorId
commentId : P:TinyLife.Objects.Furniture.CreatorId
2021-08-30 20:44:32 +02:00
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CreatorId
2021-10-14 20:30:40 +02:00
name : CreatorId
nameWithType : Furniture.CreatorId
fullName : TinyLife.Objects.Furniture.CreatorId
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.Quality
commentId : F:TinyLife.Objects.Furniture.Quality
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Quality
2021-08-30 20:44:32 +02:00
name : Quality
nameWithType : Furniture.Quality
fullName : TinyLife.Objects.Furniture.Quality
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.CanBeDirty
commentId : P:TinyLife.Objects.Furniture.CanBeDirty
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CanBeDirty
2021-08-04 06:51:12 +02:00
name : CanBeDirty
nameWithType : Furniture.CanBeDirty
fullName : TinyLife.Objects.Furniture.CanBeDirty
- uid : TinyLife.Objects.Furniture.Dirty
2023-05-26 15:16:22 +02:00
commentId : P:TinyLife.Objects.Furniture.Dirty
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Dirty
2021-08-04 06:51:12 +02:00
name : Dirty
nameWithType : Furniture.Dirty
fullName : TinyLife.Objects.Furniture.Dirty
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.CustomPrice
commentId : F:TinyLife.Objects.Furniture.CustomPrice
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CustomPrice
2021-08-30 20:44:32 +02:00
name : CustomPrice
nameWithType : Furniture.CustomPrice
fullName : TinyLife.Objects.Furniture.CustomPrice
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture.Creator
commentId : P:TinyLife.Objects.Furniture.Creator
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Creator
2021-10-14 20:30:40 +02:00
name : Creator
nameWithType : Furniture.Creator
fullName : TinyLife.Objects.Furniture.Creator
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture.AttachedWall
commentId : P:TinyLife.Objects.Furniture.AttachedWall
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AttachedWall
2022-05-24 13:36:05 +02:00
name : AttachedWall
nameWithType : Furniture.AttachedWall
fullName : TinyLife.Objects.Furniture.AttachedWall
- uid : TinyLife.Objects.Furniture.HideFromDraw
commentId : P:TinyLife.Objects.Furniture.HideFromDraw
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_HideFromDraw
2022-05-24 13:36:05 +02:00
name : HideFromDraw
nameWithType : Furniture.HideFromDraw
fullName : TinyLife.Objects.Furniture.HideFromDraw
- uid : TinyLife.Objects.Furniture.VisualRotation
commentId : P:TinyLife.Objects.Furniture.VisualRotation
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_VisualRotation
2022-05-24 13:36:05 +02:00
name : VisualRotation
nameWithType : Furniture.VisualRotation
fullName : TinyLife.Objects.Furniture.VisualRotation
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Objects.Furniture.ParentObjectSpotId
commentId : P:TinyLife.Objects.Furniture.ParentObjectSpotId
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ParentObjectSpotId
2023-04-26 14:51:19 +02:00
name : ParentObjectSpotId
nameWithType : Furniture.ParentObjectSpotId
fullName : TinyLife.Objects.Furniture.ParentObjectSpotId
- uid : TinyLife.Objects.Furniture.ParentFurnitureId
commentId : P:TinyLife.Objects.Furniture.ParentFurnitureId
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ParentFurnitureId
2023-04-26 14:51:19 +02:00
name : ParentFurnitureId
nameWithType : Furniture.ParentFurnitureId
fullName : TinyLife.Objects.Furniture.ParentFurnitureId
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId : M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2023-03-30 18:07:55 +02:00
name : Draw(GameTime, object, Vector2, Color?, List<Item>)
nameWithType : Furniture.Draw(GameTime, object, Vector2, Color?, List<StaticSpriteBatch.Item>)
fullName : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb : Furniture.Draw(GameTime, Object, Vector2, Color?, List(Of StaticSpriteBatch.Item))
fullName.vb : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb : Draw(GameTime, Object, Vector2, Color?, List(Of Item))
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2021-08-04 06:51:12 +02:00
isExternal : true
- name : '>'
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2021-08-04 06:51:12 +02:00
isExternal : true
- name : )
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
commentId : M:TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
2021-08-04 06:51:12 +02:00
name : Intersects(RectangleF)
nameWithType : Furniture.Intersects(RectangleF)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
2021-08-04 06:51:12 +02:00
name : Intersects
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
2021-08-04 06:51:12 +02:00
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2021-08-04 06:51:12 +02:00
name : RectangleF
isExternal : true
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
2021-08-04 06:51:12 +02:00
name : Intersects
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
2021-08-04 06:51:12 +02:00
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2021-08-04 06:51:12 +02:00
name : RectangleF
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetCategories_TinyLife_Objects_PersonLike_
name : GetCategories(PersonLike)
nameWithType : Furniture.GetCategories(PersonLike)
fullName : TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
name : GetCategories
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetCategories_TinyLife_Objects_PersonLike_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
name : GetCategories
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetCategories_TinyLife_Objects_PersonLike_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects.Furniture.OnAdded
commentId : M:TinyLife.Objects.Furniture.OnAdded
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnAdded
2021-08-04 06:51:12 +02:00
name : OnAdded()
nameWithType : Furniture.OnAdded()
fullName : TinyLife.Objects.Furniture.OnAdded()
spec.csharp :
- uid : TinyLife.Objects.Furniture.OnAdded
name : OnAdded
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnAdded
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.OnAdded
name : OnAdded
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnAdded
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.Furniture.OnRemoved
commentId : M:TinyLife.Objects.Furniture.OnRemoved
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRemoved
2021-08-04 06:51:12 +02:00
name : OnRemoved()
nameWithType : Furniture.OnRemoved()
fullName : TinyLife.Objects.Furniture.OnRemoved()
spec.csharp :
- uid : TinyLife.Objects.Furniture.OnRemoved
name : OnRemoved
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRemoved
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.OnRemoved
name : OnRemoved
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRemoved
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : GetAiPriority(PersonLike, ObjectCategory)
nameWithType : Furniture.GetAiPriority(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetAiPriority
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetAiPriority
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- 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)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
name : CanExecuteAction(ActionType, ActionInfo, bool, bool)
nameWithType : Furniture.CanExecuteAction(ActionType, ActionInfo, bool, bool)
fullName : TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool)
nameWithType.vb : Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
fullName.vb : TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean)
name.vb : CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
2022-03-09 16:13:05 +01:00
spec.csharp :
- uid : TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
name : CanExecuteAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
2022-03-09 16:13:05 +01:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
name : CanExecuteAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
2022-03-09 16:13:05 +01:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
2021-10-14 20:30:40 +02:00
- 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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2023-03-30 18:07:55 +02:00
name : OnActionCompleted(Action, CompletionType, bool)
nameWithType : Furniture.OnActionCompleted(Action, CompletionType, bool)
fullName : TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
nameWithType.vb : Furniture.OnActionCompleted(Action, CompletionType, Boolean)
fullName.vb : TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
name.vb : OnActionCompleted(Action, CompletionType, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2021-08-04 06:51:12 +02:00
name : OnActionCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2021-08-04 06:51:12 +02:00
name : OnActionCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
2022-09-05 14:19:42 +02:00
- 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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
2023-03-30 18:07:55 +02:00
name : ActionUpdate(Action, GameTime, TimeSpan, float, bool)
nameWithType : Furniture.ActionUpdate(Action, GameTime, TimeSpan, float, bool)
fullName : TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool)
nameWithType.vb : Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName.vb : TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
name.vb : ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2021-08-04 06:51:12 +02:00
name : ActionUpdate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-11-26 23:42:22 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2021-08-04 06:51:12 +02:00
name : ActionUpdate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2022-05-24 13:36:05 +02:00
parent : TinyLife.Objects.Furniture
2024-07-09 18:54:47 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : GetFreeActionSpotInfos(PersonLike, ObjectCategory)
nameWithType : Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
2022-05-24 13:36:05 +02:00
spec.csharp :
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
name : GetFreeActionSpotInfos
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2022-05-24 13:36:05 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
name : GetFreeActionSpotInfos
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2022-05-24 13:36:05 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2022-05-24 13:36:05 +02:00
- name : )
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
commentId : M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
2023-01-16 12:24:01 +01:00
name : GetHoverInfo(Tooltip)
nameWithType : Furniture.GetHoverInfo(Tooltip)
fullName : TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
name : GetHoverInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
2023-01-16 12:24:01 +01:00
- name : (
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
name : GetHoverInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
2023-01-16 12:24:01 +01:00
- name : (
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
- name : )
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
commentId : M:TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
parent : TinyLife.Objects.Furniture
isExternal : true
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
name : GetDebugLines(GameImpl, List<string>)
nameWithType : Furniture.GetDebugLines(GameImpl, List<string>)
fullName : TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List<string>)
nameWithType.vb : Furniture.GetDebugLines(GameImpl, List(Of String))
fullName.vb : TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List(Of String))
name.vb : GetDebugLines(GameImpl, List(Of String))
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
name : GetDebugLines
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
- name : (
- uid : TinyLife.GameImpl
name : GameImpl
href : TinyLife.GameImpl.html
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
name : GetDebugLines
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
- name : (
- uid : TinyLife.GameImpl
name : GameImpl
href : TinyLife.GameImpl.html
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
commentId : M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
2022-07-04 16:50:43 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
name : GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float)
nameWithType : Furniture.GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float)
fullName : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float)
nameWithType.vb : Furniture.GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single)
fullName.vb : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, Single)
name.vb : GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
2022-07-04 16:50:43 +02:00
name : GetEfficiencyModifier
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
2022-07-04 16:50:43 +02:00
name : GetEfficiencyModifier
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId : M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
2022-07-04 16:50:43 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
name : GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType)
nameWithType : Furniture.GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType)
fullName : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType)
nameWithType.vb : Furniture.GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType)
fullName.vb : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.NeedType)
name.vb : GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
2022-07-04 16:50:43 +02:00
name : GetRestoreNeedModifier
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.NeedType
name : NeedType
2024-01-07 16:53:47 +01:00
href : TinyLife.NeedType.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
2022-07-04 16:50:43 +02:00
name : GetRestoreNeedModifier
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.NeedType
name : NeedType
2024-01-07 16:53:47 +01:00
href : TinyLife.NeedType.html
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
commentId : M:TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
2024-02-02 18:13:42 +01:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__
name : OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary<Quality, float>)
nameWithType : Furniture.OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary<Quality, float>)
fullName : TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, System.Random, bool, System.Collections.Generic.Dictionary<TinyLife.Skills.Quality, float>)
nameWithType.vb : Furniture.OnRandomQuality(PersonLike, ActionInfo, Boolean, SkillType, Random, Boolean, Dictionary(Of Quality, Single))
fullName.vb : TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, System.Random, Boolean, System.Collections.Generic.Dictionary(Of TinyLife.Skills.Quality, Single))
name.vb : OnRandomQuality(PersonLike, ActionInfo, Boolean, SkillType, Random, Boolean, Dictionary(Of Quality, Single))
2024-02-02 18:13:42 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
2024-02-02 18:13:42 +01:00
name : OnRandomQuality
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__
2024-02-02 18:13:42 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-02-02 18:13:42 +01:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
- name : " "
- uid : System.Random
name : Random
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.random
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : <
- uid : TinyLife.Skills.Quality
name : Quality
href : TinyLife.Skills.Quality.html
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '>'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
2024-02-02 18:13:42 +01:00
name : OnRandomQuality
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__
2024-02-02 18:13:42 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-02-02 18:13:42 +01:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
- name : " "
- uid : System.Random
name : Random
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.random
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : (
- name : Of
- name : " "
- uid : TinyLife.Skills.Quality
name : Quality
href : TinyLife.Skills.Quality.html
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_IsFreeSpot_Microsoft_Xna_Framework_Point_
2022-12-20 13:25:03 +01:00
name : IsFreeSpot(Point)
nameWithType : Furniture.IsFreeSpot(Point)
fullName : TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
name : IsFreeSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_IsFreeSpot_Microsoft_Xna_Framework_Point_
2022-12-20 13:25:03 +01:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
name : IsFreeSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_IsFreeSpot_Microsoft_Xna_Framework_Point_
2022-12-20 13:25:03 +01:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
2023-08-15 13:17:22 +02:00
- uid : TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
commentId : M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
2023-01-19 11:28:13 +01:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ResetToStatic_System_Boolean_System_Boolean_
2023-08-15 13:17:22 +02:00
name : ResetToStatic(bool, bool)
nameWithType : Furniture.ResetToStatic(bool, bool)
fullName : TinyLife.Objects.Furniture.ResetToStatic(bool, bool)
nameWithType.vb : Furniture.ResetToStatic(Boolean, Boolean)
fullName.vb : TinyLife.Objects.Furniture.ResetToStatic(Boolean, Boolean)
name.vb : ResetToStatic(Boolean, Boolean)
2023-01-19 11:28:13 +01:00
spec.csharp :
2023-08-15 13:17:22 +02:00
- uid : TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
2023-01-19 11:28:13 +01:00
name : ResetToStatic
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ResetToStatic_System_Boolean_System_Boolean_
2023-01-19 11:28:13 +01:00
- name : (
2023-08-15 13:17:22 +02:00
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2023-01-19 11:28:13 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2023-01-19 11:28:13 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-01-19 11:28:13 +01:00
- name : )
spec.vb :
2023-08-15 13:17:22 +02:00
- uid : TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
2023-01-19 11:28:13 +01:00
name : ResetToStatic
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ResetToStatic_System_Boolean_System_Boolean_
2023-01-19 11:28:13 +01:00
- name : (
2023-08-15 13:17:22 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2023-01-19 11:28:13 +01:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2023-07-20 14:27:20 +02:00
- uid : TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
commentId : M:TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
2023-07-20 14:27:20 +02:00
name : ModifyActionCategories(ActionType, ActionInfo, bool, List<string>)
nameWithType : Furniture.ModifyActionCategories(ActionType, ActionInfo, bool, List<string>)
fullName : TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, System.Collections.Generic.List<string>)
nameWithType.vb : Furniture.ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String))
fullName.vb : TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, System.Collections.Generic.List(Of String))
name.vb : ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String))
spec.csharp :
- uid : TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
name : ModifyActionCategories
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
name : ModifyActionCategories
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
parent : TinyLife.Objects.Furniture
isExternal : true
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
name : DrawIcon(Element, GameTime, SpriteBatch)
nameWithType : Furniture.DrawIcon(Element, GameTime, SpriteBatch)
fullName : TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
spec.csharp :
- uid : TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
name : DrawIcon
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
name : DrawIcon
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
commentId : M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
2023-07-20 14:27:20 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
name : MoveToMap(Map, Vector2?, float?)
nameWithType : Furniture.MoveToMap(Map, Vector2?, float?)
fullName : TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?)
nameWithType.vb : Furniture.MoveToMap(Map, Vector2?, Single?)
fullName.vb : TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?)
name.vb : MoveToMap(Map, Vector2?, Single?)
2023-07-20 14:27:20 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
2023-07-20 14:27:20 +02:00
name : MoveToMap
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2024-07-26 12:47:59 +02:00
- name : '?'
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-07-26 12:47:59 +02:00
- name : '?'
2023-07-20 14:27:20 +02:00
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
2023-07-20 14:27:20 +02:00
name : MoveToMap
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2024-07-26 12:47:59 +02:00
- name : '?'
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-07-26 12:47:59 +02:00
- name : '?'
2023-07-20 14:27:20 +02:00
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
commentId : M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
2023-03-30 18:07:55 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
2023-10-11 16:05:32 +02:00
name : OnPositionChanged(Vector2, float)
nameWithType : Furniture.OnPositionChanged(Vector2, float)
fullName : TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2, float)
nameWithType.vb : Furniture.OnPositionChanged(Vector2, Single)
fullName.vb : TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2, Single)
name.vb : OnPositionChanged(Vector2, Single)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
2023-03-30 18:07:55 +02:00
name : OnPositionChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
2023-03-30 18:07:55 +02:00
name : OnPositionChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2023-01-19 11:28:13 +01:00
isExternal : true
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-19 11:28:13 +01:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId : M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2023-11-05 20:57:09 +01:00
name : Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List<Item>)
nameWithType : Furniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List<StaticSpriteBatch.Item>)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
2023-11-05 20:57:09 +01:00
nameWithType.vb : Furniture.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
2023-11-05 20:57:09 +01:00
name.vb : Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
name : Draw
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : '>'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2021-08-04 06:51:12 +02:00
name : Draw
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : )
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects.Furniture.GetPrice
commentId : M:TinyLife.Objects.Furniture.GetPrice
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetPrice
2021-08-04 06:51:12 +02:00
name : GetPrice()
nameWithType : Furniture.GetPrice()
fullName : TinyLife.Objects.Furniture.GetPrice()
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetPrice
name : GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetPrice
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetPrice
name : GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetPrice
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
commentId : M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDecorativeRating_TinyLife_World_Room_
2021-08-04 06:51:12 +02:00
name : GetDecorativeRating(Room)
nameWithType : Furniture.GetDecorativeRating(Room)
fullName : TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
name : GetDecorativeRating
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDecorativeRating_TinyLife_World_Room_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Room
name : Room
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Room.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
name : GetDecorativeRating
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDecorativeRating_TinyLife_World_Room_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Room
name : Room
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Room.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
commentId : M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDirty_TinyLife_Objects_PersonLike_System_TimeSpan_
name : GetDirty(PersonLike, TimeSpan)
nameWithType : Furniture.GetDirty(PersonLike, TimeSpan)
fullName : TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike, System.TimeSpan)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
2021-08-04 06:51:12 +02:00
name : GetDirty
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDirty_TinyLife_Objects_PersonLike_System_TimeSpan_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
2021-08-04 06:51:12 +02:00
name : GetDirty
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDirty_TinyLife_Objects_PersonLike_System_TimeSpan_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
commentId : M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
name : SetCreator(PersonLike, bool)
nameWithType : Furniture.SetCreator(PersonLike, bool)
fullName : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike, bool)
nameWithType.vb : Furniture.SetCreator(PersonLike, Boolean)
fullName.vb : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike, Boolean)
name.vb : SetCreator(PersonLike, Boolean)
2021-10-14 20:30:40 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
name : SetCreator
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
2021-10-14 20:30:40 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
name : SetCreator
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
2021-10-14 20:30:40 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
commentId : M:TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPlacedInBuildMode_TinyLife_Tools_FurniturePlacer_System_Boolean_
2023-03-30 18:07:55 +02:00
name : OnPlacedInBuildMode(FurniturePlacer, bool)
nameWithType : Furniture.OnPlacedInBuildMode(FurniturePlacer, bool)
fullName : TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, bool)
nameWithType.vb : Furniture.OnPlacedInBuildMode(FurniturePlacer, Boolean)
fullName.vb : TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, Boolean)
name.vb : OnPlacedInBuildMode(FurniturePlacer, Boolean)
2022-12-20 13:25:03 +01:00
spec.csharp :
- uid : TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
name : OnPlacedInBuildMode
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPlacedInBuildMode_TinyLife_Tools_FurniturePlacer_System_Boolean_
2022-12-20 13:25:03 +01:00
- name : (
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
name : OnPlacedInBuildMode
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnPlacedInBuildMode_TinyLife_Tools_FurniturePlacer_System_Boolean_
2022-12-20 13:25:03 +01:00
- name : (
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-12-20 13:25:03 +01:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
commentId : M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
2023-11-18 12:57:05 +01:00
name : GetWallsInTheWay<T>(Vector2, float, Direction2, float, ICollection<WallLike>)
nameWithType : Furniture.GetWallsInTheWay<T>(Vector2, float, Direction2, float, ICollection<WallLike>)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.GetWallsInTheWay<T>(Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection<TinyLife.Objects.WallLike>)
2023-11-18 12:57:05 +01:00
nameWithType.vb : Furniture.GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
2023-11-18 12:57:05 +01:00
name.vb : GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-10-11 16:05:32 +02:00
name : GetWallsInTheWay
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
2023-11-18 12:57:05 +01:00
- name : <
- name : T
- name : '>'
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-10-11 16:05:32 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
2023-11-18 12:57:05 +01:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : <
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.WallLike
name : WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
- name : '>'
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-10-11 16:05:32 +02:00
name : GetWallsInTheWay
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
2023-10-11 16:05:32 +02:00
- name : (
2023-11-18 12:57:05 +01:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2023-10-11 16:05:32 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-10-11 16:05:32 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
2023-11-18 12:57:05 +01:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : (
- name : Of
- name : " "
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.WallLike
name : WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
- name : )
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
commentId : M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
2023-11-18 12:57:05 +01:00
name : GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection<Roof>)
nameWithType : Furniture.GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection<Roof>)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection<TinyLife.World.Roof>)
2023-11-18 12:57:05 +01:00
nameWithType.vb : Furniture.GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
2023-11-18 12:57:05 +01:00
name.vb : GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-10-11 16:05:32 +02:00
name : GetRoofingInTheWay
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-10-11 16:05:32 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
2023-11-18 12:57:05 +01:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : <
- uid : TinyLife.World.Roof
name : Roof
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2023-10-11 16:05:32 +02:00
- name : '>'
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-10-11 16:05:32 +02:00
name : GetRoofingInTheWay
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-10-11 16:05:32 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
2023-11-18 12:57:05 +01:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.World.Roof
name : Roof
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2023-10-11 16:05:32 +02:00
- name : )
- name : )
2024-02-02 18:13:42 +01:00
- uid : TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
commentId : M:TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAppliedUpgrade_TinyLife_Objects_Upgrade_
name : GetAppliedUpgrade(Upgrade)
nameWithType : Furniture.GetAppliedUpgrade(Upgrade)
fullName : TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
name : GetAppliedUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAppliedUpgrade_TinyLife_Objects_Upgrade_
- name : (
- uid : TinyLife.Objects.Upgrade
name : Upgrade
href : TinyLife.Objects.Upgrade.html
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
name : GetAppliedUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetAppliedUpgrade_TinyLife_Objects_Upgrade_
- name : (
- uid : TinyLife.Objects.Upgrade
name : Upgrade
href : TinyLife.Objects.Upgrade.html
- name : )
- uid : TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
commentId : M:TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ApplyUpgrade_TinyLife_Objects_AppliedUpgrade_
name : ApplyUpgrade(AppliedUpgrade)
nameWithType : Furniture.ApplyUpgrade(AppliedUpgrade)
fullName : TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
spec.csharp :
- uid : TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
name : ApplyUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ApplyUpgrade_TinyLife_Objects_AppliedUpgrade_
- name : (
- uid : TinyLife.Objects.AppliedUpgrade
name : AppliedUpgrade
href : TinyLife.Objects.AppliedUpgrade.html
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
name : ApplyUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_ApplyUpgrade_TinyLife_Objects_AppliedUpgrade_
- name : (
- uid : TinyLife.Objects.AppliedUpgrade
name : AppliedUpgrade
href : TinyLife.Objects.AppliedUpgrade.html
- name : )
- uid : TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
commentId : M:TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
parent : TinyLife.Objects.Furniture
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_HasFullUpgrade_TinyLife_Objects_Upgrade_
name : HasFullUpgrade(Upgrade)
nameWithType : Furniture.HasFullUpgrade(Upgrade)
fullName : TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
spec.csharp :
- uid : TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
name : HasFullUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_HasFullUpgrade_TinyLife_Objects_Upgrade_
- name : (
- uid : TinyLife.Objects.Upgrade
name : Upgrade
href : TinyLife.Objects.Upgrade.html
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
name : HasFullUpgrade
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_HasFullUpgrade_TinyLife_Objects_Upgrade_
- name : (
- uid : TinyLife.Objects.Upgrade
name : Upgrade
href : TinyLife.Objects.Upgrade.html
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnNeighborChanged_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnNeighborChanged_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
name : OnNeighborChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_OnNeighborChanged_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name : )
2024-08-31 11:17:42 +02:00
- uid : TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)
commentId : M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)
parent : TinyLife.Objects.Furniture
isExternal : true
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_
name : MarkDirtyForPathfinding(Vector2, float)
nameWithType : Furniture.MarkDirtyForPathfinding(Vector2, float)
fullName : TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float)
nameWithType.vb : Furniture.MarkDirtyForPathfinding(Vector2, Single)
fullName.vb : TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single)
name.vb : MarkDirtyForPathfinding(Vector2, Single)
spec.csharp :
- uid : TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)
name : MarkDirtyForPathfinding
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)
name : MarkDirtyForPathfinding
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
- uid : TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId : M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent : TinyLife.Objects.Furniture
isExternal : true
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name : DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List<Item>)
nameWithType : Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List<StaticSpriteBatch.Item>)
fullName : TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb : Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
fullName.vb : TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb : DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
spec.csharp :
- uid : TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name : DrawDirtyOverlay
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
- name : ','
- name : " "
- uid : MLEM.Maths.Direction2
name : Direction2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
href : TinyLife.Objects.ParentInfo.html
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
name : Item
isExternal : true
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name : DrawDirtyOverlay
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
- name : ','
- name : " "
- uid : MLEM.Maths.Direction2
name : Direction2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
href : TinyLife.Objects.ParentInfo.html
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : MLEM.Graphics.StaticSpriteBatch.Item
name : Item
isExternal : true
- name : )
- name : )
2022-09-05 14:19:42 +02:00
- 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[])
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawUi_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Ui_Elements_Element_System_Single_System_Int32___
2023-03-30 18:07:55 +02:00
name : DrawUi(GameTime, SpriteBatch, Element, float, int[])
nameWithType : Furniture.DrawUi(GameTime, SpriteBatch, Element, float, int[])
fullName : TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, float, int[])
nameWithType.vb : Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Integer())
fullName.vb : TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, Single, Integer())
name.vb : DrawUi(GameTime, SpriteBatch, Element, Single, Integer())
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2021-08-04 06:51:12 +02:00
name : DrawUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawUi_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Ui_Elements_Element_System_Single_System_Int32___
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2021-08-04 06:51:12 +02:00
name : DrawUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawUi_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Ui_Elements_Element_System_Single_System_Int32___
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId : M:TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetOccupants_TinyLife_Objects_ObjectCategory_System_Boolean_
2023-03-30 18:07:55 +02:00
name : GetOccupants(ObjectCategory, bool)
nameWithType : Furniture.GetOccupants(ObjectCategory, bool)
fullName : TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, bool)
nameWithType.vb : Furniture.GetOccupants(ObjectCategory, Boolean)
fullName.vb : TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, Boolean)
name.vb : GetOccupants(ObjectCategory, Boolean)
2022-03-09 16:13:05 +01:00
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
name : GetOccupants
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetOccupants_TinyLife_Objects_ObjectCategory_System_Boolean_
2022-03-09 16:13:05 +01:00
- name : (
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
name : GetOccupants
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetOccupants_TinyLife_Objects_ObjectCategory_System_Boolean_
2022-03-09 16:13:05 +01:00
- name : (
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpots_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : GetFreeActionSpots(PersonLike, ObjectCategory)
nameWithType : Furniture.GetFreeActionSpots(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetFreeActionSpots
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpots_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetFreeActionSpots
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpots_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpot_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : GetFreeActionSpot(PersonLike, ObjectCategory)
nameWithType : Furniture.GetFreeActionSpot(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetFreeActionSpot
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpot_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : GetFreeActionSpot
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpot_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
commentId : M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
2024-06-09 17:05:30 +02:00
name : GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
nameWithType : Furniture.GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
name : GetActionSpotInfo
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
name : GetActionSpotInfo
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
- name : )
2022-09-05 14:19:42 +02:00
- 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})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-03-30 18:07:55 +02:00
name : GetFreeObjectSpot(FurnitureType, Vector2?)
nameWithType : Furniture.GetFreeObjectSpot(FurnitureType, Vector2?)
fullName : TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
name : GetFreeObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
name : GetFreeObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent : TinyLife.Objects.Furniture
isExternal : true
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
name : GetFreeObjectSpots(FurnitureType, Vector2?)
nameWithType : Furniture.GetFreeObjectSpots(FurnitureType, Vector2?)
fullName : TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?)
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
name : GetFreeObjectSpots
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
href : TinyLife.Objects.FurnitureType.html
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : '?'
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
name : GetFreeObjectSpots
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
href : TinyLife.Objects.FurnitureType.html
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : '?'
- name : )
2021-08-04 06:51:12 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetParent_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectSpot_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetParent_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectSpot_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
name : SetParent
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetParent_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectSpot_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2021-08-04 06:51:12 +02:00
- name : )
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId : M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
name : UnlinkParentsAndChildren()
nameWithType : Furniture.UnlinkParentsAndChildren()
fullName : TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp :
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name : UnlinkParentsAndChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name : UnlinkParentsAndChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.Furniture.RemoveAndUnlink
commentId : M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveAndUnlink
2021-08-30 20:44:32 +02:00
name : RemoveAndUnlink()
nameWithType : Furniture.RemoveAndUnlink()
fullName : TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp :
- uid : TinyLife.Objects.Furniture.RemoveAndUnlink
name : RemoveAndUnlink
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveAndUnlink
2021-08-30 20:44:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.RemoveAndUnlink
name : RemoveAndUnlink
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveAndUnlink
2021-08-30 20:44:32 +02:00
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.GetChildren``1
commentId : M:TinyLife.Objects.Furniture.GetChildren``1
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2021-08-04 06:51:12 +02:00
name : GetChildren<T>()
nameWithType : Furniture.GetChildren<T>()
fullName : TinyLife.Objects.Furniture.GetChildren<T>()
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
2023-03-30 18:07:55 +02:00
name : GetChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.Furniture.GetChildren``1
name : GetChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2021-08-30 20:44:32 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
2021-08-30 20:44:32 +02:00
- name : )
- name : (
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-03-30 18:07:55 +02:00
name : AddChild<T>(FurnitureType, Direction2, int[], Guid?, Vector2?)
nameWithType : Furniture.AddChild<T>(FurnitureType, Direction2, int[], Guid?, Vector2?)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.Furniture.AddChild<T>(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
2023-03-30 18:07:55 +02:00
nameWithType.vb : Furniture.AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
2023-03-30 18:07:55 +02:00
name.vb : AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-03-30 18:07:55 +02:00
name : AddChild
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Guid
name : Guid
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-03-30 18:07:55 +02:00
name : AddChild
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2},System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__System_Nullable_Microsoft_Xna_Framework_Vector2__
name : AddChild(Furniture, Direction2?, Vector2?)
nameWithType : Furniture.AddChild(Furniture, Direction2?, Vector2?)
fullName : TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Maths.Direction2?, Microsoft.Xna.Framework.Vector2?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2},System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
name : AddChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__System_Nullable_Microsoft_Xna_Framework_Vector2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2},System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-08-04 06:51:12 +02:00
name : AddChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__System_Nullable_Microsoft_Xna_Framework_Vector2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
2023-03-30 18:07:55 +02:00
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,System.Nullable{MLEM.Maths.Direction2},System.Int32[],System.Nullable{System.Guid})
commentId : M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,System.Nullable{MLEM.Maths.Direction2},System.Int32[],System.Nullable{System.Guid})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_MLEM_Maths_Direction2__System_Int32___System_Nullable_System_Guid__
name : SetChild<T>(ObjectSpot, FurnitureType, Direction2?, int[], Guid?)
nameWithType : Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2?, int[], Guid?)
fullName : TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2?, int[], System.Guid?)
nameWithType.vb : Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2?, Integer(), Guid?)
fullName.vb : TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2?, Integer(), System.Guid?)
name.vb : SetChild(Of T)(ObjectSpot, FurnitureType, Direction2?, Integer(), Guid?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,System.Nullable{MLEM.Maths.Direction2},System.Int32[],System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name : SetChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_MLEM_Maths_Direction2__System_Int32___System_Nullable_System_Guid__
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Guid
name : Guid
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,System.Nullable{MLEM.Maths.Direction2},System.Int32[],System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name : SetChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_System_Nullable_MLEM_Maths_Direction2__System_Int32___System_Nullable_System_Guid__
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Guid
name : Guid
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2})
commentId : M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__
name : SetChild(ObjectSpot, Furniture, Direction2?)
nameWithType : Furniture.SetChild(ObjectSpot, Furniture, Direction2?)
fullName : TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Maths.Direction2?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2})
2021-08-04 06:51:12 +02:00
name : SetChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,System.Nullable{MLEM.Maths.Direction2})
2021-08-04 06:51:12 +02:00
name : SetChild
2024-08-08 15:31:03 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_System_Nullable_MLEM_Maths_Direction2__
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Objects.ObjectSpot
name : ObjectSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2024-08-08 15:31:03 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveChild_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
name : RemoveChild(Furniture)
nameWithType : Furniture.RemoveChild(Furniture)
fullName : TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp :
- uid : TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name : RemoveChild
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveChild_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name : RemoveChild
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_RemoveChild_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.NotifyNeighbors
commentId : M:TinyLife.Objects.Furniture.NotifyNeighbors
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_NotifyNeighbors
2021-08-04 06:51:12 +02:00
name : NotifyNeighbors()
nameWithType : Furniture.NotifyNeighbors()
fullName : TinyLife.Objects.Furniture.NotifyNeighbors()
spec.csharp :
- uid : TinyLife.Objects.Furniture.NotifyNeighbors
name : NotifyNeighbors
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_NotifyNeighbors
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.NotifyNeighbors
name : NotifyNeighbors
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_NotifyNeighbors
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2021-08-30 20:44:32 +02:00
- 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})
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetNewId_System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__
2021-08-30 20:44:32 +02:00
name : SetNewId(IEnumerable<Furniture>)
nameWithType : Furniture.SetNewId(IEnumerable<Furniture>)
fullName : TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb : Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb : TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb : SetNewId(IEnumerable(Of Furniture))
spec.csharp :
- uid : TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name : SetNewId
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetNewId_System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__
2021-08-30 20:44:32 +02:00
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-30 20:44:32 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-30 20:44:32 +02:00
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name : SetNewId
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetNewId_System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__
2021-08-30 20:44:32 +02:00
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-30 20:44:32 +02:00
- name : )
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.MapObject.PersonRotationOrder
commentId : F:TinyLife.Objects.MapObject.PersonRotationOrder
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCreated
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidated
2021-08-04 06:51:12 +02:00
name : OnValidated
nameWithType : MapObject.OnValidated
fullName : TinyLife.Objects.MapObject.OnValidated
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Objects.MapObject.OnValidatedEarly
commentId : E:TinyLife.Objects.MapObject.OnValidatedEarly
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidatedEarly
2023-06-25 15:41:49 +02:00
name : OnValidatedEarly
nameWithType : MapObject.OnValidatedEarly
fullName : TinyLife.Objects.MapObject.OnValidatedEarly
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.MapObject.OnEventsAttachable
commentId : E:TinyLife.Objects.MapObject.OnEventsAttachable
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnEventsAttachable
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnDraw
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnUpdate
2021-08-04 06:51:12 +02:00
name : OnUpdate
nameWithType : MapObject.OnUpdate
fullName : TinyLife.Objects.MapObject.OnUpdate
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.MapObject.OnGetHoverInfo
commentId : E:TinyLife.Objects.MapObject.OnGetHoverInfo
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetHoverInfo
2023-01-16 12:24:01 +01:00
name : OnGetHoverInfo
nameWithType : MapObject.OnGetHoverInfo
fullName : TinyLife.Objects.MapObject.OnGetHoverInfo
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Objects.MapObject.OnGetDebugLines
commentId : E:TinyLife.Objects.MapObject.OnGetDebugLines
parent : TinyLife.Objects.MapObject
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetDebugLines
name : OnGetDebugLines
nameWithType : MapObject.OnGetDebugLines
fullName : TinyLife.Objects.MapObject.OnGetDebugLines
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.MapObject.Position
commentId : P:TinyLife.Objects.MapObject.Position
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Position
2022-05-24 13:36:05 +02:00
name : Position
nameWithType : MapObject.Position
fullName : TinyLife.Objects.MapObject.Position
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.MapObject.Floor
commentId : P:TinyLife.Objects.MapObject.Floor
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Floor
2023-10-11 16:05:32 +02:00
name : Floor
nameWithType : MapObject.Floor
fullName : TinyLife.Objects.MapObject.Floor
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.MapObject.Id
commentId : P:TinyLife.Objects.MapObject.Id
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Id
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Map
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentLot
2021-08-04 06:51:12 +02:00
name : CurrentLot
nameWithType : MapObject.CurrentLot
fullName : TinyLife.Objects.MapObject.CurrentLot
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.MapObject.CurrentRoom
commentId : P:TinyLife.Objects.MapObject.CurrentRoom
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentRoom
2022-07-04 16:50:43 +02:00
name : CurrentRoom
nameWithType : MapObject.CurrentRoom
fullName : TinyLife.Objects.MapObject.CurrentRoom
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.MapObject.IsInWorld
commentId : P:TinyLife.Objects.MapObject.IsInWorld
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsInWorld
2021-08-04 06:51:12 +02:00
name : IsInWorld
nameWithType : MapObject.IsInWorld
fullName : TinyLife.Objects.MapObject.IsInWorld
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.MapObject.HoldingPerson
commentId : P:TinyLife.Objects.MapObject.HoldingPerson
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HoldingPerson
2023-03-30 18:07:55 +02:00
name : HoldingPerson
nameWithType : MapObject.HoldingPerson
fullName : TinyLife.Objects.MapObject.HoldingPerson
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Objects.MapObject.ValidateEarly
commentId : M:TinyLife.Objects.MapObject.ValidateEarly
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
2023-06-25 15:41:49 +02:00
name : ValidateEarly()
nameWithType : MapObject.ValidateEarly()
fullName : TinyLife.Objects.MapObject.ValidateEarly()
spec.csharp :
- uid : TinyLife.Objects.MapObject.ValidateEarly
name : ValidateEarly
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
2023-06-25 15:41:49 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.MapObject.ValidateEarly
name : ValidateEarly
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
2023-06-25 15:41:49 +02:00
- name : (
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
commentId : M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.MapObject
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
2021-08-04 06:51:12 +02:00
name : OnCameraRotationChanged(Direction2, Direction2)
nameWithType : MapObject.OnCameraRotationChanged(Direction2, Direction2)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
name : OnCameraRotationChanged
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
2021-08-04 06:51:12 +02:00
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
2021-08-04 06:51:12 +02:00
name : OnCameraRotationChanged
2024-07-26 12:47:59 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
2021-08-04 06:51:12 +02:00
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
name : Direction2
isExternal : true
- name : )
2023-07-20 14:27:20 +02:00
- uid : TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
commentId : M:TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
parent : TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
2023-07-20 14:27:20 +02:00
name : OnCurrentGameMapChanged(Map, Map)
nameWithType : MapObject.OnCurrentGameMapChanged(Map, Map)
fullName : TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map, TinyLife.World.Map)
spec.csharp :
- uid : TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
name : OnCurrentGameMapChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
name : OnCurrentGameMapChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
2023-07-20 14:27:20 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name : )
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.MapObject
isExternal : true
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
name : GetPathCostModifier(Point)
nameWithType : MapObject.GetPathCostModifier(Point)
fullName : TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
name : GetPathCostModifier
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
name : GetPathCostModifier
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
- uid : TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
parent : TinyLife.Objects.MapObject
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : GetFreeActionSpotInfo(PersonLike, ObjectCategory)
nameWithType : MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
spec.csharp :
- uid : TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
name : GetFreeActionSpotInfo
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
- name : (
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
- name : )
spec.vb :
- uid : TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
name : GetFreeActionSpotInfo
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
- name : (
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.MapObject
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
name : SetMapAndValidate(Map, AppliedMigrations)
nameWithType : MapObject.SetMapAndValidate(Map, AppliedMigrations)
fullName : TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map, TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
name : SetMapAndValidate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
name : SetMapAndValidate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.MapObject
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
name : HasCategory(PersonLike, ObjectCategory)
nameWithType : MapObject.HasCategory(PersonLike, ObjectCategory)
fullName : TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : HasCategory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2021-08-04 06:51:12 +02:00
name : HasCategory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId : M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
parent : TinyLife.Objects.MapObject
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2023-03-30 18:07:55 +02:00
name : DoDraw(GameTime, object, Color?, bool, List<Item>)
nameWithType : MapObject.DoDraw(GameTime, object, Color?, bool, List<StaticSpriteBatch.Item>)
fullName : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb : MapObject.DoDraw(GameTime, Object, Color?, Boolean, List(Of StaticSpriteBatch.Item))
fullName.vb : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Color?, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb : DoDraw(GameTime, Object, Color?, Boolean, List(Of Item))
2022-07-28 14:58:38 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
name : DoDraw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-07-28 14:58:38 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : '>'
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
name : DoDraw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-07-28 14:58:38 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : )
2022-07-28 14:58:38 +02:00
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
parent : TinyLife.Objects.MapObject
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
name : DoUpdate(GameTime, TimeSpan, float)
nameWithType : MapObject.DoUpdate(GameTime, TimeSpan, float)
fullName : TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb : MapObject.DoUpdate(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : DoUpdate(GameTime, TimeSpan, Single)
2022-07-28 14:58:38 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
name : DoUpdate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
name : DoUpdate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name : )
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
commentId : M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
2021-10-14 20:30:40 +02:00
parent : TinyLife.Objects.MapObject
isExternal : true
2024-07-09 18:54:47 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_
name : DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
nameWithType : MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
fullName : TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
nameWithType.vb : MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
fullName.vb : TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
name.vb : DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
2021-08-04 06:51:12 +02:00
name : DrawColumns
2024-07-09 18:54:47 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-09 18:54:47 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteEffects
2022-07-04 16:50:43 +02:00
name : SpriteEffects
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
2021-08-04 06:51:12 +02:00
name : DrawColumns
2024-07-09 18:54:47 +02:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-07-09 18:54:47 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2021-08-04 06:51:12 +02:00
isExternal : true
2022-09-05 14:19:42 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteEffects
2022-07-04 16:50:43 +02:00
name : SpriteEffects
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects.MapObject.GetModCategory(System.String)
commentId : M:TinyLife.Objects.MapObject.GetModCategory(System.String)
parent : TinyLife.Objects.MapObject
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_
2023-03-30 18:07:55 +02:00
name : GetModCategory(string)
nameWithType : MapObject.GetModCategory(string)
fullName : TinyLife.Objects.MapObject.GetModCategory(string)
nameWithType.vb : MapObject.GetModCategory(String)
fullName.vb : TinyLife.Objects.MapObject.GetModCategory(String)
name.vb : GetModCategory(String)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : TinyLife.Objects.MapObject.GetModCategory(System.String)
name : GetModCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.MapObject.GetModCategory(System.String)
name : GetModCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-08-04 06:51:12 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
name : GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
isExternal : true
- name : (
- name : )
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.FoodTypedItem.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<FoodTypedItem>(FoodTypedItem)
nameWithType : Extensions.JsonCopy<FoodTypedItem>(FoodTypedItem)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.FoodTypedItem>(TinyLife.Objects.FoodTypedItem)
nameWithType.vb : Extensions.JsonCopy(Of FoodTypedItem)(FoodTypedItem)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.FoodTypedItem)(TinyLife.Objects.FoodTypedItem)
name.vb : JsonCopy(Of FoodTypedItem)(FoodTypedItem)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.FoodTypedItem)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.FoodTypedItem)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json
commentId : N : MLEM.Data.Json
isExternal : true
name : MLEM.Data.Json
nameWithType : MLEM.Data.Json
fullName : MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType
commentId : T:TinyLife.Skills.FoodType
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
name : FoodType
nameWithType : FoodType
fullName : TinyLife.Skills.FoodType
- uid : TinyLife.Skills
commentId : N : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Skills
nameWithType : TinyLife.Skills
fullName : TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem.Expired
commentId : P:TinyLife.Objects.FoodTypedItem.Expired
parent : TinyLife.Objects.FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_Expired
2021-08-04 06:51:12 +02:00
name : Expired
nameWithType : FoodTypedItem.Expired
fullName : TinyLife.Objects.FoodTypedItem.Expired
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
- uid : TinyLife.Objects.FoodTypedItem
commentId : T:TinyLife.Objects.FoodTypedItem
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
name : FoodTypedItem
nameWithType : FoodTypedItem
fullName : TinyLife.Objects.FoodTypedItem
- uid : TinyLife.Objects.FurnitureType.FoodPlatter
commentId : F:TinyLife.Objects.FurnitureType.FoodPlatter
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_FoodPlatter
2023-03-30 18:07:55 +02:00
name : FoodPlatter
nameWithType : FurnitureType.FoodPlatter
fullName : TinyLife.Objects.FurnitureType.FoodPlatter
2021-08-04 06:51:12 +02:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem.ExpirationTime
commentId : F:TinyLife.Objects.FoodTypedItem.ExpirationTime
parent : TinyLife.Objects.FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_ExpirationTime
2021-08-04 06:51:12 +02:00
name : ExpirationTime
nameWithType : FoodTypedItem.ExpirationTime
fullName : TinyLife.Objects.FoodTypedItem.ExpirationTime
- uid : TinyLife.Objects.FoodTypedItem.Expired*
commentId : Overload:TinyLife.Objects.FoodTypedItem.Expired
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_Expired
2021-08-04 06:51:12 +02:00
name : Expired
nameWithType : FoodTypedItem.Expired
fullName : TinyLife.Objects.FoodTypedItem.Expired
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
commentId : M:TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
isExternal : true
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Construct__1_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Nullable_System_Guid__
name : Construct<T>(int[], Map, Vector2, float, Guid?)
nameWithType : FurnitureType.Construct<T>(int[], Map, Vector2, float, Guid?)
fullName : TinyLife.Objects.FurnitureType.Construct<T>(int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, System.Guid?)
nameWithType.vb : FurnitureType.Construct(Of T)(Integer(), Map, Vector2, Single, Guid?)
fullName.vb : TinyLife.Objects.FurnitureType.Construct(Of T)(Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, System.Guid?)
name.vb : Construct(Of T)(Integer(), Map, Vector2, Single, Guid?)
spec.csharp :
- uid : TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
name : Construct
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Construct__1_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Nullable_System_Guid__
- name : <
- name : T
- name : '>'
- name : (
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : )
spec.vb :
- uid : TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
name : Construct
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_Construct__1_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Nullable_System_Guid__
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem.#ctor*
commentId : Overload:TinyLife.Objects.FoodTypedItem.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem__ctor_System_Guid_TinyLife_Objects_FurnitureType_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
2021-08-04 06:51:12 +02:00
name : FoodTypedItem
nameWithType : FoodTypedItem.FoodTypedItem
fullName : TinyLife.Objects.FoodTypedItem.FoodTypedItem
2023-03-30 18:07:55 +02:00
nameWithType.vb : FoodTypedItem.New
fullName.vb : TinyLife.Objects.FoodTypedItem.New
name.vb : New
2021-08-30 20:44:32 +02:00
- uid : System.Guid
commentId : T:System.Guid
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2021-08-30 20:44:32 +02:00
name : Guid
nameWithType : Guid
fullName : System.Guid
2021-08-04 06:51:12 +02:00
- uid : System.Int32[]
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int[]
nameWithType : int[]
fullName : int[]
nameWithType.vb : Integer()
fullName.vb : Integer()
name.vb : Integer()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
2021-08-04 06:51:12 +02:00
spec.vb :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Map
commentId : T:TinyLife.World.Map
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
name : Map
nameWithType : Map
fullName : TinyLife.World.Map
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Vector2
nameWithType : Vector2
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Vector2
2023-10-11 16:05:32 +02:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2023-05-26 15:16:22 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-05-26 15:16:22 +02:00
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-05-26 15:16:22 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2023-05-26 15:16:22 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-05-26 15:16:22 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Furniture
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate_TinyLife_Utilities_AppliedMigrations_
name : Validate(AppliedMigrations)
nameWithType : Furniture.Validate(AppliedMigrations)
fullName : TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.Furniture.Validate(TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects.FoodTypedItem.Validate*
commentId : Overload:TinyLife.Objects.FoodTypedItem.Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_Validate_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
name : Validate
nameWithType : FoodTypedItem.Validate
fullName : TinyLife.Objects.FoodTypedItem.Validate
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
commentId : T:TinyLife.Utilities.AppliedMigrations
parent : TinyLife.Utilities
href : TinyLife.Utilities.AppliedMigrations.html
name : AppliedMigrations
nameWithType : AppliedMigrations
fullName : TinyLife.Utilities.AppliedMigrations
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ElectricityRating
name : ElectricityRating
nameWithType : FurnitureType.TypeSettings.ElectricityRating
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
commentId : M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2022-05-24 13:36:05 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDescription_System_Collections_Generic_List_System_String__System_Boolean_
2023-03-30 18:07:55 +02:00
name : GetDescription(List<string>, bool)
nameWithType : Furniture.GetDescription(List<string>, bool)
fullName : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<string>, bool)
2023-01-16 12:24:01 +01:00
nameWithType.vb : Furniture.GetDescription(List(Of String), Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of String), Boolean)
2023-01-16 12:24:01 +01:00
name.vb : GetDescription(List(Of String), Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
name : GetDescription
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDescription_System_Collections_Generic_List_System_String__System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2023-01-16 12:24:01 +01:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
name : GetDescription
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetDescription_System_Collections_Generic_List_System_String__System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2023-01-16 12:24:01 +01:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-01-16 12:24:01 +01:00
- name : )
- uid : TinyLife.Objects.FoodTypedItem.GetDescription*
commentId : Overload:TinyLife.Objects.FoodTypedItem.GetDescription
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_GetDescription_System_Collections_Generic_List_System_String__System_Boolean_
2023-01-16 12:24:01 +01:00
name : GetDescription
nameWithType : FoodTypedItem.GetDescription
fullName : TinyLife.Objects.FoodTypedItem.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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<string>
nameWithType : List<string>
fullName : System.Collections.Generic.List<string>
2023-01-16 12:24:01 +01:00
nameWithType.vb : List(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Collections.Generic.List(Of String)
2023-01-16 12:24:01 +01:00
name.vb : List(Of String)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-01-16 12:24:01 +01:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.String
name : String
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2023-01-16 12:24:01 +01:00
- uid : System.Collections.Generic.List`1
commentId : T:System.Collections.Generic.List`1
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-01-16 12:24:01 +01:00
name : List<T>
nameWithType : List<T>
fullName : System.Collections.Generic.List<T>
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
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-01-16 12:24:01 +01:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2023-01-16 12:24:01 +01:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
2024-01-07 16:53:47 +01:00
- uid : TinyLife.World.Household.FurnitureStorage
commentId : F:TinyLife.World.Household.FurnitureStorage
href : TinyLife.World.Household.html#TinyLife_World_Household_FurnitureStorage
name : FurnitureStorage
nameWithType : Household.FurnitureStorage
fullName : TinyLife.World.Household.FurnitureStorage
- uid : TinyLife.GameImpl.Speed
commentId : P:TinyLife.GameImpl.Speed
href : TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
name : Speed
nameWithType : GameImpl.Speed
fullName : TinyLife.GameImpl.Speed
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem.Update*
commentId : Overload:TinyLife.Objects.FoodTypedItem.Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html#TinyLife_Objects_FoodTypedItem_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
name : Update
nameWithType : FoodTypedItem.Update
fullName : TinyLife.Objects.FoodTypedItem.Update
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.IUpdatingObject
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.IUpdatingObject.html#TinyLife_Objects_IUpdatingObject_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
name : Update(GameTime, TimeSpan, float)
nameWithType : IUpdatingObject.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb : IUpdatingObject.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name : Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.IUpdatingObject.html#TinyLife_Objects_IUpdatingObject_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-11-26 23:42:22 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name : Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.IUpdatingObject.html#TinyLife_Objects_IUpdatingObject_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime