2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.FurnitureType.TypeSettings
commentId : T:TinyLife.Objects.FurnitureType.TypeSettings
id : FurnitureType.TypeSettings
parent : TinyLife.Objects
children :
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.ActionSpots
- TinyLife.Objects.FurnitureType.TypeSettings.BrokenBehavior
- TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.Categories
2024-03-09 19:49:55 +01:00
- TinyLife.Objects.FurnitureType.TypeSettings.Colors
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
- TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
- TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
- TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
2024-01-07 16:53:47 +01:00
- TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)
2022-01-08 12:41:09 +01:00
- TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot
- TinyLife.Objects.FurnitureType.TypeSettings.Icon
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.Name
- TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.OnDescription
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.Price
- TinyLife.Objects.FurnitureType.TypeSettings.Reliability
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.FurnitureType.TypeSettings.SetData``1(System.String,``0)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.FurnitureType.TypeSettings.Size
- TinyLife.Objects.FurnitureType.TypeSettings.Tab
- TinyLife.Objects.FurnitureType.TypeSettings.TextureName
- TinyLife.Objects.FurnitureType.TypeSettings.Visibility
- TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
langs :
- csharp
- vb
name : FurnitureType.TypeSettings
nameWithType : FurnitureType.TypeSettings
fullName : TinyLife.Objects.FurnitureType.TypeSettings
type : Struct
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : TypeSettings
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 342
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : A set of settings that define the properties of a <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content: 'public struct FurnitureType.TypeSettings : IGenericDataHolder'
content.vb : Public Structure FurnitureType.TypeSettings Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods :
- TinyLife.Objects.FurnitureType.TypeSettings.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Name
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Name
id : Name
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Name
nameWithType : FurnitureType.TypeSettings.Name
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Name
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Name
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 347
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : The name of the furniture type. Should be unique across all game content, including all mods.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public string Name
return :
type : System.String
content.vb : Public Name As String
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Size
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Size
id : Size
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Size
nameWithType : FurnitureType.TypeSettings.Size
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Size
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Size
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 351
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : The size, in full tiles, that this furniture should take up
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Point Size
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
content.vb : Public Size As Point
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Categories
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Categories
id : Categories
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Categories
nameWithType : FurnitureType.TypeSettings.Categories
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Categories
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Categories
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 355
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : A set of <xref href="TinyLife.Objects.ObjectCategory" data-throw-if-not-resolved="false"></xref> flags that this furniture should have
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public ObjectCategory Categories
return :
type : TinyLife.Objects.ObjectCategory
content.vb : Public Categories As ObjectCategory
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ActionSpots
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ActionSpots
id : ActionSpots
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : ActionSpots
nameWithType : FurnitureType.TypeSettings.ActionSpots
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ActionSpots
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ActionSpots
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 360
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
An array of <xref href="TinyLife.Objects.ActionSpot" data-throw-if-not-resolved="false"></xref> instances that this furniture type should have.
By default, every tile that this furniture covers has an action spot reachable from all sides.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public ActionSpot[] ActionSpots
return :
type : TinyLife.Objects.ActionSpot[]
content.vb : Public ActionSpots As ActionSpot()
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots
id : ObjectSpots
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : ObjectSpots
nameWithType : FurnitureType.TypeSettings.ObjectSpots
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ObjectSpots
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 365
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
An array of <xref href="TinyLife.Objects.ObjectSpot" data-throw-if-not-resolved="false"></xref> instances that this furniture type should have.
By default, there are no object spots.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public ObjectSpot[] ObjectSpots
return :
type : TinyLife.Objects.ObjectSpot[]
content.vb : Public ObjectSpots As ObjectSpot()
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Colors
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Colors
id : Colors
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Colors
nameWithType : FurnitureType.TypeSettings.Colors
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Colors
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-03-09 19:49:55 +01:00
id : Colors
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 366
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
2024-03-09 19:49:55 +01:00
content : public ColorSettings Colors
2021-08-04 06:51:12 +02:00
return :
2024-03-09 19:49:55 +01:00
type : TinyLife.Utilities.ColorSettings
content.vb : Public Colors As ColorSettings
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
id : DefaultRotation
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : DefaultRotation
nameWithType : FurnitureType.TypeSettings.DefaultRotation
fullName : TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DefaultRotation
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 370
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : The rotation that this furniture type should have when picked from the <xref href="TinyLife.Tools.FurnitureTool" data-throw-if-not-resolved="false"></xref>. <xref href="MLEM.Misc.Direction2.Up" data-throw-if-not-resolved="false"></xref> by default.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Direction2 DefaultRotation
return :
type : MLEM.Misc.Direction2
content.vb : Public DefaultRotation As Direction2
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
id : ConstructedType
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : ConstructedType
nameWithType : FurnitureType.TypeSettings.ConstructedType
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ConstructedType
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 376
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A delegate to a <xref href="System.Type" data-throw-if-not-resolved="false"></xref> that is constructed when this furniture type is instantiated 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>.
The type needs to have a constructor with the same signature as <xref href="TinyLife.Objects.Furniture.%23ctor(System.Guid%2cTinyLife.Objects.FurnitureType%2cSystem.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
If this value is null, a <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance will be constructed from this type if its <xref href="TinyLife.Objects.FurnitureType.TypeSettings.Reliability" data-throw-if-not-resolved="false"></xref> is null, or a <xref href="TinyLife.Objects.BreakableFurniture" data-throw-if-not-resolved="false"></xref> instance if it is non-null.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Type ConstructedType
return :
type : System.Type
content.vb : Public ConstructedType As Type
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Price
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Price
id : Price
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Price
nameWithType : FurnitureType.TypeSettings.Price
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Price
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Price
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 380
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : The price that this furniture should have
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float Price
return :
type : System.Single
content.vb : Public Price As Single
- uid : TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
id : BuyableVariations
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : BuyableVariations
nameWithType : FurnitureType.TypeSettings.BuyableVariations
fullName : TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : BuyableVariations
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 386
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
An array of actions that can modify the passed <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance to allow for multiple variations of it to be displayed as a group in the furniture tool similarly.
This is used, for example, for <xref href="TinyLife.Objects.FurnitureType.FoodPlate" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.FurnitureType.CustomPainting" data-throw-if-not-resolved="false"></xref>.
If this is null or empty (the former of which it is by default), this furniture item will have no variations.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-02-02 18:13:42 +01:00
content : public Func<Action<Furniture>[]> BuyableVariations
2021-08-04 06:51:12 +02:00
return :
2024-02-02 18:13:42 +01:00
type : System.Func{System.Action{TinyLife.Objects.Furniture}[]}
content.vb : Public BuyableVariations As Func(Of Action(Of Furniture)())
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot
id : HeldPivot
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : HeldPivot
nameWithType : FurnitureType.TypeSettings.HeldPivot
fullName : TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2023-03-30 18:07:55 +02:00
id : HeldPivot
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 391
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
Whether, when this object is held by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>, its textures should maintain their defined pivot points.
If this value is false, the item is centered, meaning that its center is in the person's hand.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public bool HeldPivot
2021-08-04 06:51:12 +02:00
return :
2023-03-30 18:07:55 +02:00
type : System.Boolean
content.vb : Public HeldPivot As Boolean
- uid : TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut
id : HeldArmsOut
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : HeldArmsOut
nameWithType : FurnitureType.TypeSettings.HeldArmsOut
fullName : TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2023-03-30 18:07:55 +02:00
id : HeldArmsOut
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 396
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
Whether, when this object is held by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>, the <xref href="TinyLife.Objects.Pose.StandingArmsOut" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Pose.WalkingArmsOut" data-throw-if-not-resolved="false"></xref> poses should be used instead of the regular <xref href="TinyLife.Objects.Pose.Standing" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Pose.Walking" data-throw-if-not-resolved="false"></xref> poses.
This looks better for bigger objects like <xref href="TinyLife.Objects.FurnitureType.CustomPainting" data-throw-if-not-resolved="false"></xref>.
2023-04-26 14:51:19 +02:00
example : [ ]
2021-08-04 06:51:12 +02:00
syntax :
2023-03-30 18:07:55 +02:00
content : public bool HeldArmsOut
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2023-03-30 18:07:55 +02:00
content.vb : Public HeldArmsOut As Boolean
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
id : DecorativeRating
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : DecorativeRating
nameWithType : FurnitureType.TypeSettings.DecorativeRating
fullName : TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DecorativeRating
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 403
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A function that returns an integer for a given <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance of this type.
The integer represents the decoration (or prettiness) rating of the object. The rating determines some <xref href="TinyLife.Emotions.EmotionModifier" data-throw-if-not-resolved="false"></xref> values.
A negative return value makes the object be perceived as ugly, whereas a positive rating makes the object be perceived as pretty.
By default, this function returns 0.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-12-06 13:25:52 +01:00
content : public Func<Furniture, float> DecorativeRating
2021-08-04 06:51:12 +02:00
return :
2023-12-06 13:25:52 +01:00
type : System.Func{TinyLife.Objects.Furniture,System.Single}
content.vb : Public DecorativeRating As Func(Of Furniture, Single)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Icon
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Icon
id : Icon
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Icon
nameWithType : FurnitureType.TypeSettings.Icon
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Icon
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Icon
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 408
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The build mode icon for this object, which represents the category / theme / mod that it comes from.
If this value is nonnull, the icon will be displayed in the corner of the build mode button for this object.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public TextureRegion Icon
return :
type : MLEM.Textures.TextureRegion
content.vb : Public Icon As TextureRegion
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Reliability
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Reliability
id : Reliability
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Reliability
nameWithType : FurnitureType.TypeSettings.Reliability
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Reliability
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Reliability
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 414
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The reliability of this furniture item, which should be a value between 1 and 10.
This value defaults to null, menaing this object is non-breakable.
Note that, if this value is non-null, <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> will construct a <xref href="TinyLife.Objects.BreakableFurniture" data-throw-if-not-resolved="false"></xref> by default.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public int? Reliability
return :
type : System.Nullable{System.Int32}
content.vb : Public Reliability As Integer?
- uid : TinyLife.Objects.FurnitureType.TypeSettings.BrokenBehavior
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.BrokenBehavior
id : BrokenBehavior
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : BrokenBehavior
nameWithType : FurnitureType.TypeSettings.BrokenBehavior
fullName : TinyLife.Objects.FurnitureType.TypeSettings.BrokenBehavior
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : BrokenBehavior
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 419
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A set of <xref href="TinyLife.Objects.BreakableFurniture.BrokenBehavior" data-throw-if-not-resolved="false"></xref> that this object should have if it is broken.
This is only relevant if <xref href="TinyLife.Objects.FurnitureType.TypeSettings.Reliability" data-throw-if-not-resolved="false"></xref> is non-null.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public BreakableFurniture.BrokenBehavior BrokenBehavior
return :
type : TinyLife.Objects.BreakableFurniture.BrokenBehavior
content.vb : Public BrokenBehavior As BreakableFurniture.BrokenBehavior
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
id : ElectricityRating
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : ElectricityRating
nameWithType : FurnitureType.TypeSettings.ElectricityRating
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ElectricityRating
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 424
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This object's electricity rating. A higher electricity rating means the bills for the lot this object is on will be higher.
The electricity rating is also displayed in the furniture tool menu.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float ElectricityRating
return :
type : System.Single
content.vb : Public ElectricityRating As Single
- uid : TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
id : WaterRating
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : WaterRating
nameWithType : FurnitureType.TypeSettings.WaterRating
fullName : TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WaterRating
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 429
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This object's water consumption rating. A higher water consumption rating means the bills for the lot this object is on will be higher.
The water consumption rating is also displayed in the furniture tool menu.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float WaterRating
return :
type : System.Single
content.vb : Public WaterRating As Single
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier
id : EfficiencyModifier
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : EfficiencyModifier
nameWithType : FurnitureType.TypeSettings.EfficiencyModifier
fullName : TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-07-04 16:50:43 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : EfficiencyModifier
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 434
2022-07-04 16:50:43 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This object's efficiency modifier, which is multiplied with a person's efficiency if this object is an involved object in a person's current action.
This value is used in <xref href="TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public float EfficiencyModifier
return :
type : System.Single
content.vb : Public EfficiencyModifier As Single
- uid : TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier
id : RestoreNeedModifier
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : RestoreNeedModifier
nameWithType : FurnitureType.TypeSettings.RestoreNeedModifier
fullName : TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-07-04 16:50:43 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : RestoreNeedModifier
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 439
2022-07-04 16:50:43 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
This object's need restoration modifier, which is multiplied with a person's need restoration speed if this object is an involved object in a person's current action.
This value is used in <xref href="TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cTinyLife.NeedType)" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public float RestoreNeedModifier
return :
type : System.Single
content.vb : Public RestoreNeedModifier As Single
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Visibility
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Visibility
id : Visibility
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Visibility
nameWithType : FurnitureType.TypeSettings.Visibility
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Visibility
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Visibility
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 445
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The visibility settings for this furniture type.
The visibility determines whether this object gets culled if the camera is far away, etc.
This value defaults to <xref href="TinyLife.Objects.Visibility.WhenVisible" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Visibility Visibility
return :
type : TinyLife.Objects.Visibility
content.vb : Public Visibility As Visibility
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Tab
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Tab
id : Tab
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : Tab
nameWithType : FurnitureType.TypeSettings.Tab
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Tab
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Tab
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 450
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The <xref href="TinyLife.Tools.FurnitureTool" data-throw-if-not-resolved="false"></xref> tab that this object should display in.
This value defaults to the tab returned by <xref href="TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public FurnitureTool.Tab Tab
return :
type : TinyLife.Tools.FurnitureTool.Tab
content.vb : Public Tab As FurnitureTool.Tab
- uid : TinyLife.Objects.FurnitureType.TypeSettings.TextureName
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.TextureName
id : TextureName
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : TextureName
nameWithType : FurnitureType.TypeSettings.TextureName
fullName : TinyLife.Objects.FurnitureType.TypeSettings.TextureName
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : TextureName
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 455
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The name of the base texture that this furniture type should use.
If this is not explicitly set, it defaults to this furniture type's <xref href="TinyLife.Objects.FurnitureType.TypeSettings.Name" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public string TextureName
return :
type : System.String
content.vb : Public TextureName As String
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
id : LightSettings
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2022-07-28 14:58:38 +02:00
name : LightSettings
nameWithType : FurnitureType.TypeSettings.LightSettings
fullName : TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2022-07-28 14:58:38 +02:00
id : LightSettings
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 460
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The light settings for an instance of this furniture type.
Note that, if this value is set, <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> will automatically construct an instance of <xref href="TinyLife.Objects.LightFurniture" data-throw-if-not-resolved="false"></xref>, and any custom <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType" data-throw-if-not-resolved="false"></xref> should extend <xref href="TinyLife.Objects.LightFurniture" data-throw-if-not-resolved="false"></xref> as well.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public LightFurniture.Settings LightSettings
2021-08-04 06:51:12 +02:00
return :
2022-07-28 14:58:38 +02:00
type : TinyLife.Objects.LightFurniture.Settings
content.vb : Public LightSettings As LightFurniture.Settings
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
id : DirtyOverlayTextureName
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : DirtyOverlayTextureName
nameWithType : FurnitureType.TypeSettings.DirtyOverlayTextureName
fullName : TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DirtyOverlayTextureName
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 467
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
The name of an overlay texture that should be drawn on top of this object if it is <xref href="TinyLife.Objects.Furniture.Dirty" data-throw-if-not-resolved="false"></xref>.
Giving this field a value will automatically allow the object to get dirty after a while of being used.
2024-03-09 19:49:55 +01:00
The textures loaded through this texture name act similarly to the ones loaded through <xref href="TinyLife.Objects.FurnitureType.TypeSettings.TextureName" data-throw-if-not-resolved="false"></xref>, in that they adhere to the object's possible rotations, and have the same amount of layers as ColorMap has entries.
2024-01-07 16:53:47 +01:00
By default, the texture to use is "approximated" using <xref href="TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref>.
2021-08-30 20:44:32 +02:00
example : [ ]
2021-08-04 06:51:12 +02:00
syntax :
content : public string DirtyOverlayTextureName
return :
type : System.String
content.vb : Public DirtyOverlayTextureName As String
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
id : DistanceFromObstructions
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : DistanceFromObstructions
nameWithType : FurnitureType.TypeSettings.DistanceFromObstructions
fullName : TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id : DistanceFromObstructions
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 473
2021-08-30 20:44:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A minimum distance from obstructions (walls and roofs) that this object has to have to be placed.
This value is used in <xref href="TinyLife.Objects.Furniture.GetWallsInTheWay%60%601(Microsoft.Xna.Framework.Vector2%2cSystem.Single%2cMLEM.Misc.Direction2%2cSystem.Single%2cSystem.Collections.Generic.ICollection%7bTinyLife.Objects.WallLike%7d)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2%2cSystem.Int32%2cMLEM.Misc.Direction2%2cSystem.Single%2cSystem.Collections.Generic.ICollection%7bTinyLife.World.Roof%7d)" data-throw-if-not-resolved="false"></xref> by inflating the object's <xref href="TinyLife.Objects.FurnitureType.TypeSettings.Size" data-throw-if-not-resolved="false"></xref>.
This value defaults to 0, and it is used by objects like trees.
2021-08-30 20:44:32 +02:00
example : [ ]
syntax :
content : public int DistanceFromObstructions
return :
type : System.Int32
content.vb : Public DistanceFromObstructions As Integer
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
id : GetDisplayName
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : GetDisplayName
nameWithType : FurnitureType.TypeSettings.GetDisplayName
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-01-08 12:41:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : GetDisplayName
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 478
2022-01-08 12:41:09 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A function that is used in <xref href="TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName" data-throw-if-not-resolved="false"></xref> to determine the display name that this furniture type's instances should have.
Note that, when this function is invoked, the <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance passed may be null.
2022-03-09 16:13:05 +01:00
example : [ ]
2022-01-08 12:41:09 +01:00
syntax :
content : public Func<string, Furniture, string> GetDisplayName
return :
type : System.Func{System.String,TinyLife.Objects.Furniture,System.String}
content.vb : Public GetDisplayName As Func(Of String, Furniture, String)
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
id : CanExecuteAction
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : CanExecuteAction
nameWithType : FurnitureType.TypeSettings.CanExecuteAction
fullName : TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CanExecuteAction
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 483
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A function that can be used to allow or disallow certain <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> instances to execute or not.
By default, this function is null, meaning no special conditions are created by this <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref>, and all actions that themselves are valid can be executed on this furniture item.
2022-03-09 16:13:05 +01:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public Func<(ActionType Type, ActionInfo Info, bool Automatic, bool IsAuxiliary), CanExecuteResult> CanExecuteAction
2022-03-09 16:13:05 +01:00
return :
2022-05-24 13:36:05 +02:00
type : System.Func{System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean},TinyLife.Actions.CanExecuteResult}
2023-03-30 18:07:55 +02:00
content.vb : Public CanExecuteAction As Func(Of (Type As ActionType, Info As ActionInfo, Automatic As Boolean, IsAuxiliary As Boolean), CanExecuteResult)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot
id : IsAllowedInSpot
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : IsAllowedInSpot
nameWithType : FurnitureType.TypeSettings.IsAllowedInSpot
fullName : TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-09-05 14:19:42 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : IsAllowedInSpot
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 488
2022-09-05 14:19:42 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A function that can be used to allow or disallow this object to be slotted into an <xref href="TinyLife.Objects.ObjectSpot" data-throw-if-not-resolved="false"></xref> on a given <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance.
By default, this function is null, meaning no special conditions are created by this <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref>, and all object spots that allow this object will be able to accept it.
2022-09-05 14:19:42 +02:00
example : [ ]
syntax :
content : public Func<(Furniture Parent, ObjectSpot Spot), bool> IsAllowedInSpot
return :
type : System.Func{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot},System.Boolean}
2023-03-30 18:07:55 +02:00
content.vb : Public IsAllowedInSpot As Func(Of (Parent As Furniture, Spot As ObjectSpot), Boolean)
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.OnDescription
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.OnDescription
id : OnDescription
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : OnDescription
nameWithType : FurnitureType.TypeSettings.OnDescription
fullName : TinyLife.Objects.FurnitureType.TypeSettings.OnDescription
type : Field
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-10-11 16:05:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnDescription
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 493
2023-10-11 16:05:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
An action that is invoked when the <xref href="TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List%7bSystem.String%7d%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> method is called on a furniture instance that uses these type settings.
This action can be used to add additional description lines, or remove existing ones.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content : public Action<List<string>, bool> OnDescription
return :
type : System.Action{System.Collections.Generic.List{System.String},System.Boolean}
content.vb : Public OnDescription As Action(Of List(Of String), Boolean)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])
commentId : M:TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])
id : '#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : TypeSettings(string, Point, ObjectCategory, float, params ColorScheme[])
nameWithType : FurnitureType.TypeSettings.TypeSettings(string, Point, ObjectCategory, float, params ColorScheme[])
fullName : TinyLife.Objects.FurnitureType.TypeSettings.TypeSettings(string, Microsoft.Xna.Framework.Point, TinyLife.Objects.ObjectCategory, float, params TinyLife.Utilities.ColorScheme[])
2021-08-04 06:51:12 +02:00
type : Constructor
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 505
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Initializes a new <xref href="TinyLife.Objects.FurnitureType.TypeSettings" data-throw-if-not-resolved="false"></xref> instance with the given data
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public TypeSettings(string name, Point size, ObjectCategory categories, float price, params ColorScheme[] colorSchemes)
parameters :
- id : name
type : System.String
description : The name that this furniture type should have
- id : size
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
description : The size that this furniture type should have
- id : categories
type : TinyLife.Objects.ObjectCategory
description : The categories that this furniture type should have
- id : price
type : System.Single
description : The price of this furniture type
- id : colorSchemes
type : TinyLife.Utilities.ColorScheme[]
description : The color schemes that this furniture type should have. Cannot be empty.
content.vb : Public Sub New(name As String, size As Point, categories As ObjectCategory, price As Single, ParamArray colorSchemes As ColorScheme())
overload : TinyLife.Objects.FurnitureType.TypeSettings.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurnitureType.TypeSettings.New(String, Point, ObjectCategory, Single, ParamArray ColorScheme())
fullName.vb : TinyLife.Objects.FurnitureType.TypeSettings.New(String, Microsoft.Xna.Framework.Point, TinyLife.Objects.ObjectCategory, Single, ParamArray TinyLife.Utilities.ColorScheme())
name.vb : New(String, Point, ObjectCategory, Single, ParamArray ColorScheme())
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.SetData(System.String,System.Object)
commentId : M:TinyLife.Objects.FurnitureType.TypeSettings.SetData(System.String,System.Object)
id : SetData(System.String,System.Object)
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : SetData(string, object)
nameWithType : FurnitureType.TypeSettings.SetData(string, object)
fullName : TinyLife.Objects.FurnitureType.TypeSettings.SetData(string, object)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : SetData
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 524
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Store a piece of generic data on this object.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void SetData(string key, object data)
parameters :
- id : key
type : System.String
2024-01-07 16:53:47 +01:00
description : The key to store the data by
2021-08-04 06:51:12 +02:00
- id : data
type : System.Object
2024-01-07 16:53:47 +01:00
description : The data to store in the object
2021-08-04 06:51:12 +02:00
content.vb : Public Sub SetData(key As String, data As Object)
overload : TinyLife.Objects.FurnitureType.TypeSettings.SetData*
implements :
- MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurnitureType.TypeSettings.SetData(String, Object)
fullName.vb : TinyLife.Objects.FurnitureType.TypeSettings.SetData(String, Object)
name.vb : SetData(String, Object)
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.SetData``1(System.String,``0)
commentId : M:TinyLife.Objects.FurnitureType.TypeSettings.SetData``1(System.String,``0)
id : SetData``1(System.String,``0)
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : SetData<T>(string, T)
nameWithType : FurnitureType.TypeSettings.SetData<T>(string, T)
fullName : TinyLife.Objects.FurnitureType.TypeSettings.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
type : Method
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : SetData
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 529
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Store a piece of generic data on this object.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
content : public void SetData<T>(string key, T data)
parameters :
- id : key
type : System.String
2024-01-07 16:53:47 +01:00
description : The key to store the data by
2022-12-20 13:25:03 +01:00
- id : data
type : '{T}'
2024-01-07 16:53:47 +01:00
description : The data to store in the object
2022-12-20 13:25:03 +01:00
typeParameters :
- id : T
content.vb : Public Sub SetData(Of T)(key As String, data As T)
overload : TinyLife.Objects.FurnitureType.TypeSettings.SetData*
implements :
- MLEM.Misc.IGenericDataHolder.SetData``1(System.String,{T})
nameWithType.vb : FurnitureType.TypeSettings.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Objects.FurnitureType.TypeSettings.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)
commentId : M:TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)
id : GetData``1(System.String)
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : GetData<T>(string)
nameWithType : FurnitureType.TypeSettings.GetData<T>(string)
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetData<T>(string)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GetData
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 535
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Returns a piece of generic data of the given type on this object.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-09-17 12:33:21 +02:00
content : public readonly T GetData<T>(string key)
2021-08-04 06:51:12 +02:00
parameters :
- id : key
type : System.String
2024-01-07 16:53:47 +01:00
description : The key that the data is stored by
2021-08-04 06:51:12 +02:00
typeParameters :
- id : T
2024-01-07 16:53:47 +01:00
description : The type of the data stored
2021-08-04 06:51:12 +02:00
return :
type : '{T}'
2024-01-07 16:53:47 +01:00
description : The data, or default if it doesn't exist
2021-08-04 06:51:12 +02:00
content.vb : Public Function GetData(Of T)(key As String) As T
overload : TinyLife.Objects.FurnitureType.TypeSettings.GetData*
implements :
- MLEM.Misc.IGenericDataHolder.GetData``1(System.String)
nameWithType.vb : FurnitureType.TypeSettings.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Objects.FurnitureType.TypeSettings.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb : GetData(Of T)(String)
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
commentId : M:TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
id : GetDataKeys
parent : TinyLife.Objects.FurnitureType.TypeSettings
langs :
- csharp
- vb
name : GetDataKeys()
nameWithType : FurnitureType.TypeSettings.GetDataKeys()
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys()
type : Method
source :
remote :
path : TinyLife/Objects/FurnitureType.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GetDataKeys
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/FurnitureType.cs
2024-03-09 19:49:55 +01:00
startLine : 540
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Returns all of the generic data that this object stores.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-09-17 12:33:21 +02:00
content : public readonly IEnumerable<string> GetDataKeys()
2021-08-04 06:51:12 +02:00
return :
2022-09-17 12:33:21 +02:00
type : System.Collections.Generic.IEnumerable{System.String}
2024-01-07 16:53:47 +01:00
description : The generic data on this object
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetDataKeys() As IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys*
implements :
- MLEM.Misc.IGenericDataHolder.GetDataKeys
references :
- uid : TinyLife.Objects.FurnitureType
commentId : T:TinyLife.Objects.FurnitureType
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2021-08-04 06:51:12 +02:00
name : FurnitureType
nameWithType : FurnitureType
fullName : TinyLife.Objects.FurnitureType
- 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 : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
- uid : System.ValueType.Equals(System.Object)
commentId : M:System.ValueType.Equals(System.Object)
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name : Equals(object)
nameWithType : ValueType.Equals(object)
fullName : System.ValueType.Equals(object)
nameWithType.vb : ValueType.Equals(Object)
fullName.vb : System.ValueType.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.ValueType.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
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.ValueType.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
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.ValueType.GetHashCode
commentId : M:System.ValueType.GetHashCode
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
nameWithType : ValueType.GetHashCode()
fullName : System.ValueType.GetHashCode()
spec.csharp :
- uid : System.ValueType.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.ValueType.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.ValueType.ToString
commentId : M:System.ValueType.ToString
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
nameWithType : ValueType.ToString()
fullName : System.ValueType.ToString()
spec.csharp :
- uid : System.ValueType.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.ValueType.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2021-08-04 06:51:12 +02:00
- name : (
- 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.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.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 : TinyLife.Objects.FurnitureType.TypeSettings.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<TypeSettings>(TypeSettings)
nameWithType : Extensions.JsonCopy<FurnitureType.TypeSettings>(FurnitureType.TypeSettings)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.FurnitureType.TypeSettings>(TinyLife.Objects.FurnitureType.TypeSettings)
nameWithType.vb : Extensions.JsonCopy(Of FurnitureType.TypeSettings)(FurnitureType.TypeSettings)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.FurnitureType.TypeSettings)(TinyLife.Objects.FurnitureType.TypeSettings)
name.vb : JsonCopy(Of TypeSettings)(TypeSettings)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.FurnitureType.TypeSettings)
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.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.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.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.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.FurnitureType.TypeSettings)
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.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Objects.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html
2021-08-04 06:51:12 +02:00
- name : )
- 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
2021-08-04 06:51:12 +02:00
- uid : System.ValueType
commentId : T:System.ValueType
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype
2021-08-04 06:51:12 +02:00
name : ValueType
nameWithType : ValueType
fullName : System.ValueType
- 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-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 : 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
- 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 : System.String
commentId : T:System.String
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : string
nameWithType : string
fullName : string
nameWithType.vb : String
fullName.vb : String
name.vb : String
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
commentId : T:Microsoft.Xna.Framework.Point
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Point
nameWithType : Point
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Point
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory
commentId : T:TinyLife.Objects.ObjectCategory
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-04 06:51:12 +02:00
name : ObjectCategory
nameWithType : ObjectCategory
fullName : TinyLife.Objects.ObjectCategory
- uid : TinyLife.Objects.ActionSpot
commentId : T:TinyLife.Objects.ActionSpot
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2021-08-04 06:51:12 +02:00
name : ActionSpot
nameWithType : ActionSpot
fullName : TinyLife.Objects.ActionSpot
- uid : TinyLife.Objects.ActionSpot[]
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2021-08-04 06:51:12 +02:00
name : ActionSpot[]
nameWithType : ActionSpot[]
fullName : TinyLife.Objects.ActionSpot[]
nameWithType.vb : ActionSpot()
fullName.vb : TinyLife.Objects.ActionSpot()
name.vb : ActionSpot()
spec.csharp :
- 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 : ']'
2021-08-04 06:51:12 +02:00
spec.vb :
- 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 : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectSpot
commentId : T:TinyLife.Objects.ObjectSpot
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2021-08-04 06:51:12 +02:00
name : ObjectSpot
nameWithType : ObjectSpot
fullName : TinyLife.Objects.ObjectSpot
- uid : TinyLife.Objects.ObjectSpot[]
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectSpot.html
2021-08-04 06:51:12 +02:00
name : ObjectSpot[]
nameWithType : ObjectSpot[]
fullName : TinyLife.Objects.ObjectSpot[]
nameWithType.vb : ObjectSpot()
fullName.vb : TinyLife.Objects.ObjectSpot()
name.vb : ObjectSpot()
spec.csharp :
- 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
spec.vb :
- 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 : )
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Utilities.ColorSettings
commentId : T:TinyLife.Utilities.ColorSettings
parent : TinyLife.Utilities
href : TinyLife.Utilities.ColorSettings.html
name : ColorSettings
nameWithType : ColorSettings
fullName : TinyLife.Utilities.ColorSettings
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurnitureTool
commentId : T:TinyLife.Tools.FurnitureTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.html
2021-08-04 06:51:12 +02:00
name : FurnitureTool
nameWithType : FurnitureTool
fullName : TinyLife.Tools.FurnitureTool
- uid : MLEM.Misc.Direction2.Up
commentId : F:MLEM.Misc.Direction2.Up
isExternal : true
2023-03-30 18:07:55 +02:00
name : Up
nameWithType : Direction2.Up
fullName : MLEM.Misc.Direction2.Up
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.Direction2
commentId : T:MLEM.Misc.Direction2
parent : MLEM.Misc
isExternal : true
name : Direction2
nameWithType : Direction2
fullName : MLEM.Misc.Direction2
- uid : System.Type
commentId : T:System.Type
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.type
2021-08-04 06:51:12 +02:00
name : Type
nameWithType : Type
fullName : System.Type
2023-10-11 16:05:32 +02: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})
2021-08-04 06:51:12 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
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__
2023-10-11 16:05:32 +02:00
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?)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name : Construct
2024-01-07 16:53:47 +01:00
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__
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name : Construct
2024-01-07 16:53:47 +01:00
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__
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
commentId : M:TinyLife.Objects.Furniture.#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
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture__ctor_System_Guid_TinyLife_Objects_FurnitureType_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
2023-10-11 16:05:32 +02:00
name : Furniture(Guid, FurnitureType, int[], Map, Vector2, float)
nameWithType : Furniture.Furniture(Guid, FurnitureType, int[], Map, Vector2, float)
fullName : TinyLife.Objects.Furniture.Furniture(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
nameWithType.vb : Furniture.New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
fullName.vb : TinyLife.Objects.Furniture.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
name.vb : New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
2023-03-30 18:07:55 +02:00
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture__ctor_System_Guid_TinyLife_Objects_FurnitureType_System_Int32___TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : ','
- 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 : " "
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- 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 :
- name : New
- name : (
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : ','
- 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 : " "
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
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-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Reliability
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Reliability
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_Reliability
2023-03-30 18:07:55 +02:00
name : Reliability
nameWithType : FurnitureType.TypeSettings.Reliability
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Reliability
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.BreakableFurniture
commentId : T:TinyLife.Objects.BreakableFurniture
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.html
2021-08-04 06:51:12 +02:00
name : BreakableFurniture
nameWithType : BreakableFurniture
fullName : TinyLife.Objects.BreakableFurniture
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.FoodPlate
commentId : F:TinyLife.Objects.FurnitureType.FoodPlate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_FoodPlate
2023-03-30 18:07:55 +02:00
name : FoodPlate
nameWithType : FurnitureType.FoodPlate
fullName : TinyLife.Objects.FurnitureType.FoodPlate
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.CustomPainting
commentId : F:TinyLife.Objects.FurnitureType.CustomPainting
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_CustomPainting
2023-03-30 18:07:55 +02:00
name : CustomPainting
nameWithType : FurnitureType.CustomPainting
fullName : TinyLife.Objects.FurnitureType.CustomPainting
2024-02-02 18:13:42 +01:00
- uid : System.Func{System.Action{TinyLife.Objects.Furniture}[]}
commentId : T:System.Func{System.Action{TinyLife.Objects.Furniture}[]}
parent : System
definition : System.Func`1
href : https://learn.microsoft.com/dotnet/api/system.func-1
name : Func<Action<Furniture>[]>
nameWithType : Func<Action<Furniture>[]>
fullName : System.Func<System.Action<TinyLife.Objects.Furniture>[]>
nameWithType.vb : Func(Of Action(Of Furniture)())
fullName.vb : System.Func(Of System.Action(Of TinyLife.Objects.Furniture)())
name.vb : Func(Of Action(Of Furniture)())
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-02-02 18:13:42 +01:00
- uid : System.Func`1
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : <
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
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 : '>'
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2024-02-02 18:13:42 +01:00
- name : '>'
2021-08-04 06:51:12 +02:00
spec.vb :
2024-02-02 18:13:42 +01:00
- uid : System.Func`1
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- 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 : (
- name : )
2024-02-02 18:13:42 +01:00
- name : )
- uid : System.Func`1
commentId : T:System.Func`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-1
name : Func<TResult>
nameWithType : Func<TResult>
fullName : System.Func<TResult>
nameWithType.vb : Func(Of TResult)
fullName.vb : System.Func(Of TResult)
name.vb : Func(Of TResult)
spec.csharp :
- uid : System.Func`1
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : <
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`1
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
- name : TResult
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- 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
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Objects.Pose.StandingArmsOut
commentId : F:TinyLife.Objects.Pose.StandingArmsOut
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Pose.html#TinyLife_Objects_Pose_StandingArmsOut
2023-04-26 14:51:19 +02:00
name : StandingArmsOut
nameWithType : Pose.StandingArmsOut
fullName : TinyLife.Objects.Pose.StandingArmsOut
- uid : TinyLife.Objects.Pose.WalkingArmsOut
commentId : F:TinyLife.Objects.Pose.WalkingArmsOut
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Pose.html#TinyLife_Objects_Pose_WalkingArmsOut
2023-04-26 14:51:19 +02:00
name : WalkingArmsOut
nameWithType : Pose.WalkingArmsOut
fullName : TinyLife.Objects.Pose.WalkingArmsOut
- uid : TinyLife.Objects.Pose.Standing
commentId : F:TinyLife.Objects.Pose.Standing
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Pose.html#TinyLife_Objects_Pose_Standing
2023-04-26 14:51:19 +02:00
name : Standing
nameWithType : Pose.Standing
fullName : TinyLife.Objects.Pose.Standing
- uid : TinyLife.Objects.Pose.Walking
commentId : F:TinyLife.Objects.Pose.Walking
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Pose.html#TinyLife_Objects_Pose_Walking
2023-04-26 14:51:19 +02:00
name : Walking
nameWithType : Pose.Walking
fullName : TinyLife.Objects.Pose.Walking
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier
commentId : T:TinyLife.Emotions.EmotionModifier
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2021-08-04 06:51:12 +02:00
name : EmotionModifier
nameWithType : EmotionModifier
fullName : TinyLife.Emotions.EmotionModifier
2023-12-06 13:25:52 +01:00
- uid : System.Func{TinyLife.Objects.Furniture,System.Single}
commentId : T:System.Func{TinyLife.Objects.Furniture,System.Single}
2021-08-04 06:51:12 +02:00
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2023-12-06 13:25:52 +01:00
name : Func<Furniture, float>
nameWithType : Func<Furniture, float>
fullName : System.Func<TinyLife.Objects.Furniture, float>
nameWithType.vb : Func(Of Furniture, Single)
fullName.vb : System.Func(Of TinyLife.Objects.Furniture, Single)
name.vb : Func(Of Furniture, Single)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
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 : " "
2023-12-06 13:25:52 +01:00
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-12-06 13:25:52 +01:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- 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 : " "
2023-12-06 13:25:52 +01:00
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2023-12-06 13:25:52 +01:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Emotions
commentId : N : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Emotions
nameWithType : TinyLife.Emotions
fullName : TinyLife.Emotions
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.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.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.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2021-08-04 06:51:12 +02:00
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- name : TResult
- name : )
- uid : MLEM.Textures.TextureRegion
commentId : T:MLEM.Textures.TextureRegion
parent : MLEM.Textures
isExternal : true
name : TextureRegion
nameWithType : TextureRegion
fullName : MLEM.Textures.TextureRegion
- uid : MLEM.Textures
commentId : N : MLEM.Textures
isExternal : true
name : MLEM.Textures
nameWithType : MLEM.Textures
fullName : MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : System.Nullable{System.Int32}
commentId : T:System.Nullable{System.Int32}
parent : System
definition : System.Nullable`1
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 : '?'
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 : '?'
2021-08-04 06:51:12 +02:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
- uid : TinyLife.Objects.BreakableFurniture.BrokenBehavior
commentId : T:TinyLife.Objects.BreakableFurniture.BrokenBehavior
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.html
2021-08-04 06:51:12 +02:00
name : BreakableFurniture.BrokenBehavior
nameWithType : BreakableFurniture.BrokenBehavior
fullName : TinyLife.Objects.BreakableFurniture.BrokenBehavior
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Objects.BreakableFurniture
name : BreakableFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects.BreakableFurniture.BrokenBehavior
name : BrokenBehavior
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.BrokenBehavior.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Objects.BreakableFurniture
name : BreakableFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects.BreakableFurniture.BrokenBehavior
name : BrokenBehavior
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.BreakableFurniture.BrokenBehavior.html
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
commentId : M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
2023-03-30 18:07:55 +02:00
name : GetEfficiencyModifier(Person, ActionInfo, bool, SkillType, float)
nameWithType : Furniture.GetEfficiencyModifier(Person, ActionInfo, bool, SkillType, float)
fullName : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float)
nameWithType.vb : Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
fullName.vb : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, Single)
name.vb : GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
name : GetEfficiencyModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.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 :
- uid : TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
name : GetEfficiencyModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetEfficiencyModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.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 : )
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId : M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent : TinyLife.Objects.Furniture
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
2023-03-30 18:07:55 +02:00
name : GetRestoreNeedModifier(Person, ActionInfo, bool, NeedType)
nameWithType : Furniture.GetRestoreNeedModifier(Person, ActionInfo, bool, NeedType)
fullName : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType)
nameWithType.vb : Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName.vb : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, Boolean, TinyLife.NeedType)
name.vb : GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name : GetRestoreNeedModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.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 :
- uid : TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name : GetRestoreNeedModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRestoreNeedModifier_TinyLife_Objects_Person_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.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 : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Visibility.WhenVisible
commentId : F:TinyLife.Objects.Visibility.WhenVisible
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Visibility.html#TinyLife_Objects_Visibility_WhenVisible
2023-03-30 18:07:55 +02:00
name : WhenVisible
nameWithType : Visibility.WhenVisible
fullName : TinyLife.Objects.Visibility.WhenVisible
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Visibility
commentId : T:TinyLife.Objects.Visibility
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Visibility.html
2021-08-04 06:51:12 +02:00
name : Visibility
nameWithType : Visibility
fullName : TinyLife.Objects.Visibility
- uid : TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultTab_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
name : GetDefaultTab(ObjectCategory)
nameWithType : Extensions.GetDefaultTab(ObjectCategory)
fullName : TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
name : GetDefaultTab
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultTab_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
- 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 :
- uid : TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
name : GetDefaultTab
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultTab_TinyLife_Objects_ObjectCategory_
2021-08-04 06:51:12 +02:00
- name : (
- 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 : )
- uid : TinyLife.Tools.FurnitureTool.Tab
commentId : T:TinyLife.Tools.FurnitureTool.Tab
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.html
2021-08-04 06:51:12 +02:00
name : FurnitureTool.Tab
nameWithType : FurnitureTool.Tab
fullName : TinyLife.Tools.FurnitureTool.Tab
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Tools.FurnitureTool
name : FurnitureTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools.FurnitureTool.Tab
name : Tab
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.Tab.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Tools.FurnitureTool
name : FurnitureTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools.FurnitureTool.Tab
name : Tab
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurnitureTool.Tab.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
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.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.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.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Name
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Name
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_Name
2023-03-30 18:07:55 +02:00
name : Name
nameWithType : FurnitureType.TypeSettings.Name
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Name
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.LightFurniture
commentId : T:TinyLife.Objects.LightFurniture
2021-08-30 20:44:32 +02:00
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2021-08-04 06:51:12 +02:00
name : LightFurniture
nameWithType : LightFurniture
fullName : TinyLife.Objects.LightFurniture
- uid : TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ConstructedType
2023-03-30 18:07:55 +02:00
name : ConstructedType
nameWithType : FurnitureType.TypeSettings.ConstructedType
fullName : TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.LightFurniture.Settings
commentId : T:TinyLife.Objects.LightFurniture.Settings
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2022-07-28 14:58:38 +02:00
name : LightFurniture.Settings
nameWithType : LightFurniture.Settings
fullName : TinyLife.Objects.LightFurniture.Settings
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.Dirty
2023-05-26 15:16:22 +02:00
commentId : P:TinyLife.Objects.Furniture.Dirty
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_Dirty
2021-08-30 20:44:32 +02:00
name : Dirty
nameWithType : Furniture.Dirty
fullName : TinyLife.Objects.Furniture.Dirty
- uid : TinyLife.Objects.FurnitureType.TypeSettings.TextureName
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.TextureName
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_TextureName
2023-03-30 18:07:55 +02:00
name : TextureName
nameWithType : FurnitureType.TypeSettings.TextureName
fullName : TinyLife.Objects.FurnitureType.TypeSettings.TextureName
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
commentId : M:TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultDirtyOverlayTextureName_TinyLife_Objects_ObjectCategory_
2021-08-30 20:44:32 +02:00
name : GetDefaultDirtyOverlayTextureName(ObjectCategory)
nameWithType : Extensions.GetDefaultDirtyOverlayTextureName(ObjectCategory)
fullName : TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
name : GetDefaultDirtyOverlayTextureName
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultDirtyOverlayTextureName_TinyLife_Objects_ObjectCategory_
2021-08-30 20:44:32 +02:00
- name : (
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-30 20:44:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
name : GetDefaultDirtyOverlayTextureName
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultDirtyOverlayTextureName_TinyLife_Objects_ObjectCategory_
2021-08-30 20:44:32 +02:00
- name : (
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2021-08-30 20:44:32 +02:00
- name : )
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
commentId : M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Objects.Furniture
2021-08-30 20:44:32 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_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>)
fullName : TinyLife.Objects.Furniture.GetWallsInTheWay<T>(Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection<TinyLife.Objects.WallLike>)
nameWithType.vb : Furniture.GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
fullName.vb : TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
name.vb : GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-03-30 18:07:55 +02:00
name : GetWallsInTheWay
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
2023-11-18 12:57:05 +01:00
- name : <
- name : T
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : MLEM.Misc.Direction2
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-03-30 18:07:55 +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-03-30 18:07:55 +02:00
- name : '>'
- name : )
spec.vb :
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
2023-03-30 18:07:55 +02:00
name : GetWallsInTheWay
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
2023-03-30 18:07:55 +02:00
- name : (
2023-11-18 12:57:05 +01:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2023-03-30 18:07:55 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : MLEM.Misc.Direction2
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-03-30 18:07:55 +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-03-30 18:07:55 +02:00
- name : )
- name : )
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
commentId : M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Objects.Furniture
2021-08-30 20:44:32 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_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>)
fullName : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection<TinyLife.World.Roof>)
nameWithType.vb : Furniture.GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
fullName.vb : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
name.vb : GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-03-30 18:07:55 +02:00
name : GetRoofingInTheWay
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : MLEM.Misc.Direction2
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-03-30 18:07:55 +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-03-30 18:07:55 +02:00
- name : '>'
- name : )
spec.vb :
2023-11-18 12:57:05 +01:00
- uid : TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
2023-03-30 18:07:55 +02:00
name : GetRoofingInTheWay
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : MLEM.Misc.Direction2
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-03-30 18:07:55 +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-03-30 18:07:55 +02:00
- name : )
- name : )
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.Size
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.Size
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_Size
2023-03-30 18:07:55 +02:00
name : Size
nameWithType : FurnitureType.TypeSettings.Size
fullName : TinyLife.Objects.FurnitureType.TypeSettings.Size
2021-08-30 20:44:32 +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
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_GetDisplayName
2023-03-30 18:07:55 +02:00
name : GetDisplayName
nameWithType : FurnitureType.TypeSettings.GetDisplayName
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName
2022-01-08 12:41:09 +01:00
- uid : System.Func{System.String,TinyLife.Objects.Furniture,System.String}
commentId : T:System.Func{System.String,TinyLife.Objects.Furniture,System.String}
parent : System
definition : System.Func`3
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
name : Func<string, Furniture, string>
nameWithType : Func<string, Furniture, string>
fullName : System.Func<string, TinyLife.Objects.Furniture, string>
2022-01-08 12:41:09 +01:00
nameWithType.vb : Func(Of String, Furniture, String)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Func(Of String, TinyLife.Objects.Furniture, String)
2022-01-08 12:41:09 +01:00
name.vb : Func(Of String, Furniture, String)
spec.csharp :
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
2022-01-08 12:41:09 +01:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-01-08 12:41:09 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-01-08 12:41:09 +01: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 : " "
2022-01-08 12:41:09 +01:00
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-01-08 12:41:09 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-01-08 12:41:09 +01:00
- name : '>'
spec.vb :
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : (
- name : Of
- name : " "
2022-01-08 12:41:09 +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-01-08 12:41:09 +01: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 : " "
2022-01-08 12:41:09 +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
2022-01-08 12:41:09 +01:00
- name : )
- uid : System.Func`3
commentId : T:System.Func`3
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
2022-01-08 12:41:09 +01:00
name : Func<T1, T2, TResult>
nameWithType : Func<T1, T2, TResult>
fullName : System.Func<T1, T2, TResult>
nameWithType.vb : Func(Of T1, T2, TResult)
fullName.vb : System.Func(Of T1, T2, TResult)
name.vb : Func(Of T1, T2, TResult)
spec.csharp :
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
2022-01-08 12:41:09 +01:00
- name : <
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : T2
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : (
- name : Of
- name : " "
2022-01-08 12:41:09 +01:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : T2
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : TResult
- name : )
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Actions.ActionType
commentId : T:TinyLife.Actions.ActionType
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2022-03-09 16:13:05 +01:00
name : ActionType
nameWithType : ActionType
fullName : TinyLife.Actions.ActionType
2022-05-24 13:36:05 +02:00
- uid : System.Func{System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean},TinyLife.Actions.CanExecuteResult}
commentId : T:System.Func{System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean},TinyLife.Actions.CanExecuteResult}
2022-03-09 16:13:05 +01:00
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<(ActionType Type, ActionInfo Info, bool Automatic, bool IsAuxiliary), CanExecuteResult>
nameWithType : Func<(ActionType Type, ActionInfo Info, bool Automatic, bool IsAuxiliary), CanExecuteResult>
fullName : System.Func<(TinyLife.Actions.ActionType Type, TinyLife.Actions.ActionInfo Info, bool Automatic, bool IsAuxiliary), TinyLife.Actions.CanExecuteResult>
nameWithType.vb : Func(Of (Type As ActionType, Info As ActionInfo, Automatic As Boolean, IsAuxiliary As Boolean), CanExecuteResult)
fullName.vb : System.Func(Of (Type As TinyLife.Actions.ActionType, Info As TinyLife.Actions.ActionInfo, Automatic As Boolean, IsAuxiliary As Boolean), TinyLife.Actions.CanExecuteResult)
name.vb : Func(Of (Type As ActionType, Info As ActionInfo, Automatic As Boolean, IsAuxiliary As Boolean), CanExecuteResult)
2022-03-09 16:13:05 +01:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-03-09 16:13:05 +01:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2022-03-09 16:13:05 +01:00
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Type
name : Type
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.type
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Info
name : Info
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.info
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Automatic
name : Automatic
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.automatic
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.IsAuxiliary
name : IsAuxiliary
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.isauxiliary
- name : )
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-03-09 16:13:05 +01:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : (
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Type
name : Type
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.type
- name : " "
- name : As
- name : " "
2022-03-09 16:13:05 +01:00
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Info
name : Info
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.info
- name : " "
- name : As
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.Automatic
name : Automatic
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.automatic
- name : " "
- name : As
- 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 : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean}.IsAuxiliary
name : IsAuxiliary
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actiontype,tinylife.actions.actioninfo,system.boolean,system.boolean-.isauxiliary
- name : " "
- name : As
- 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 : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-03-09 16:13:05 +01:00
- name : )
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-03-09 16:13:05 +01:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2022-09-05 14:19:42 +02:00
- uid : System.Func{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot},System.Boolean}
commentId : T:System.Func{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot},System.Boolean}
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<(Furniture Parent, ObjectSpot Spot), bool>
nameWithType : Func<(Furniture Parent, ObjectSpot Spot), bool>
fullName : System.Func<(TinyLife.Objects.Furniture Parent, TinyLife.Objects.ObjectSpot Spot), bool>
nameWithType.vb : Func(Of (Parent As Furniture, Spot As ObjectSpot), Boolean)
fullName.vb : System.Func(Of (Parent As TinyLife.Objects.Furniture, Spot As TinyLife.Objects.ObjectSpot), Boolean)
name.vb : Func(Of (Parent As Furniture, Spot As ObjectSpot), Boolean)
2022-09-05 14:19:42 +02:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-09-05 14:19:42 +02:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2022-09-05 14:19:42 +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 : " "
- uid : System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot}.Parent
name : Parent
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.objectspot-.parent
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- 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 : " "
- uid : System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot}.Spot
name : Spot
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.objectspot-.spot
- name : )
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-09-05 14:19:42 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : (
- uid : System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot}.Parent
name : Parent
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.objectspot-.parent
- name : " "
- name : As
- name : " "
2022-09-05 14:19:42 +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 : " "
- uid : System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot}.Spot
name : Spot
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.objectspot-.spot
- name : " "
- name : As
- name : " "
2022-09-05 14:19:42 +02:00
- 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 : ','
- name : " "
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +02:00
- name : )
2023-10-11 16:05:32 +02: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)
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-10-11 16:05:32 +02:00
name : GetDescription(List<string>, bool)
nameWithType : Furniture.GetDescription(List<string>, bool)
fullName : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<string>, bool)
nameWithType.vb : Furniture.GetDescription(List(Of String), Boolean)
fullName.vb : TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of String), Boolean)
name.vb : GetDescription(List(Of String), Boolean)
spec.csharp :
- 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_
2023-10-11 16:05:32 +02:00
- 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 : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- 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_
2023-10-11 16:05:32 +02:00
- 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 : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : System.Action{System.Collections.Generic.List{System.String},System.Boolean}
commentId : T:System.Action{System.Collections.Generic.List{System.String},System.Boolean}
parent : System
definition : System.Action`2
href : https://learn.microsoft.com/dotnet/api/system.action-2
name : Action<List<string>, bool>
nameWithType : Action<List<string>, bool>
fullName : System.Action<System.Collections.Generic.List<string>, bool>
nameWithType.vb : Action(Of List(Of String), Boolean)
fullName.vb : System.Action(Of System.Collections.Generic.List(Of String), Boolean)
name.vb : Action(Of List(Of String), Boolean)
spec.csharp :
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- 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 : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
spec.vb :
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- 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 : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : System.Action`2
commentId : T:System.Action`2
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
name : Action<T1, T2>
nameWithType : Action<T1, T2>
fullName : System.Action<T1, T2>
nameWithType.vb : Action(Of T1, T2)
fullName.vb : System.Action(Of T1, T2)
name.vb : Action(Of T1, T2)
spec.csharp :
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : <
- name : T1
- name : ','
- name : " "
- name : T2
- name : '>'
spec.vb :
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
- name : T1
- name : ','
- name : " "
- name : T2
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings
commentId : T:TinyLife.Objects.FurnitureType.TypeSettings
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2021-08-04 06:51:12 +02:00
name : FurnitureType.TypeSettings
nameWithType : FurnitureType.TypeSettings
fullName : TinyLife.Objects.FurnitureType.TypeSettings
2023-03-30 18:07:55 +02:00
spec.csharp :
- 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 : .
- uid : TinyLife.Objects.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html
2023-03-30 18:07:55 +02:00
spec.vb :
- 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 : .
- uid : TinyLife.Objects.FurnitureType.TypeSettings
name : TypeSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.#ctor*
commentId : Overload:TinyLife.Objects.FurnitureType.TypeSettings.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings__ctor_System_String_Microsoft_Xna_Framework_Point_TinyLife_Objects_ObjectCategory_System_Single_TinyLife_Utilities_ColorScheme___
2021-08-04 06:51:12 +02:00
name : TypeSettings
nameWithType : FurnitureType.TypeSettings.TypeSettings
fullName : TinyLife.Objects.FurnitureType.TypeSettings.TypeSettings
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurnitureType.TypeSettings.New
fullName.vb : TinyLife.Objects.FurnitureType.TypeSettings.New
name.vb : New
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Utilities.ColorScheme[]
isExternal : true
href : TinyLife.Utilities.ColorScheme.html
name : ColorScheme[]
nameWithType : ColorScheme[]
fullName : TinyLife.Utilities.ColorScheme[]
nameWithType.vb : ColorScheme()
fullName.vb : TinyLife.Utilities.ColorScheme()
name.vb : ColorScheme()
spec.csharp :
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
href : TinyLife.Utilities.ColorScheme.html
- name : '['
- name : ']'
spec.vb :
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
href : TinyLife.Utilities.ColorScheme.html
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.SetData*
commentId : Overload:TinyLife.Objects.FurnitureType.TypeSettings.SetData
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_SetData_System_String_System_Object_
2021-08-04 06:51:12 +02:00
name : SetData
nameWithType : FurnitureType.TypeSettings.SetData
fullName : TinyLife.Objects.FurnitureType.TypeSettings.SetData
- uid : MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Misc.IGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData(string, object)
nameWithType : IGenericDataHolder.SetData(string, object)
fullName : MLEM.Misc.IGenericDataHolder.SetData(string, object)
nameWithType.vb : IGenericDataHolder.SetData(String, Object)
fullName.vb : MLEM.Misc.IGenericDataHolder.SetData(String, Object)
name.vb : SetData(String, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- 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
- 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 : MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- 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
- 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 : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc.IGenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Misc.IGenericDataHolder
definition : MLEM.Misc.IGenericDataHolder.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 : IGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.IGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : IGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.IGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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 : )
- uid : '{T}'
commentId : '!:T'
definition : T
name : T
nameWithType : T
fullName : T
- uid : MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Misc.IGenericDataHolder.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 : IGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.IGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : IGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.IGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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 : )
- uid : T
name : T
nameWithType : T
fullName : T
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetData*
commentId : Overload:TinyLife.Objects.FurnitureType.TypeSettings.GetData
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_GetData__1_System_String_
2021-08-04 06:51:12 +02:00
name : GetData
nameWithType : FurnitureType.TypeSettings.GetData
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetData
- uid : MLEM.Misc.IGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Misc.IGenericDataHolder.GetData``1(System.String)
parent : MLEM.Misc.IGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : IGenericDataHolder.GetData<T>(string)
fullName : MLEM.Misc.IGenericDataHolder.GetData<T>(string)
2021-08-04 06:51:12 +02:00
nameWithType.vb : IGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.IGenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Misc.IGenericDataHolder.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 :
- uid : MLEM.Misc.IGenericDataHolder.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 : )
- uid : TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys*
commentId : Overload:TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
nameWithType : FurnitureType.TypeSettings.GetDataKeys
fullName : TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
- uid : MLEM.Misc.IGenericDataHolder.GetDataKeys
commentId : M:MLEM.Misc.IGenericDataHolder.GetDataKeys
parent : MLEM.Misc.IGenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : IGenericDataHolder.GetDataKeys()
fullName : MLEM.Misc.IGenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Misc.IGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Misc.IGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable{System.String}
commentId : T:System.Collections.Generic.IEnumerable{System.String}
2021-08-04 06:51:12 +02:00
parent : System.Collections.Generic
2022-09-17 12:33:21 +02:00
definition : System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : IEnumerable<string>
nameWithType : IEnumerable<string>
fullName : System.Collections.Generic.IEnumerable<string>
2022-09-17 12:33:21 +02:00
nameWithType.vb : IEnumerable(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Collections.Generic.IEnumerable(Of String)
2022-09-17 12:33:21 +02:00
name.vb : IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
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.ienumerable-1
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 :
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
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.ienumerable-1
- name : (
- name : Of
- 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 : )
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`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.ienumerable-1
2022-09-17 12:33:21 +02:00
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
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.ienumerable-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
2022-09-17 12:33:21 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
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.ienumerable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
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.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