2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Tools.FurniturePlacer
commentId : T:TinyLife.Tools.FurniturePlacer
id : FurniturePlacer
parent : TinyLife.Tools
children :
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.FurniturePlacer.CanPlace
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
2021-10-14 20:30:40 +02:00
- TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.GetMouseCursor
2021-10-14 20:30:40 +02:00
- TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2024-04-14 17:55:54 +02:00
- TinyLife.Tools.FurniturePlacer.PlaceFurniture
2024-07-26 12:47:59 +02:00
- TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Maths.Direction2,System.Int32[],System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.SelectedColors
- TinyLife.Tools.FurniturePlacer.SelectedFurniture
- TinyLife.Tools.FurniturePlacer.SelectedPreview
2022-11-12 13:53:28 +01:00
- TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
2021-08-30 20:44:32 +02:00
- TinyLife.Tools.FurniturePlacer.UnselectFurniture
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.Update
langs :
- csharp
- vb
name : FurniturePlacer
nameWithType : FurniturePlacer
fullName : TinyLife.Tools.FurniturePlacer
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
A helper class that represents a tool part which allows the placement and movement of furniture objects.
This class is used by <xref href="TinyLife.Tools.FurnitureTool" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Tools.MoveTool" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public class FurniturePlacer
content.vb : Public Class FurniturePlacer
inheritance :
- System.Object
inheritedMembers :
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Tools.FurniturePlacer.TinyLife.Utilities.Extensions.JsonCopy``1
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
commentId : E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
id : OnGetCustomPrice
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : OnGetCustomPrice
nameWithType : FurniturePlacer.OnGetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
type : Event
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
An event that is invoked when <xref href="TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)" data-throw-if-not-resolved="false"></xref> is called.
Use this event to change the custom price of a furniture item bought in the furniture tool.
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : public static event FurniturePlacer.GetCustomPriceDelegate OnGetCustomPrice
return :
type : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
content.vb : Public Shared Event OnGetCustomPrice As FurniturePlacer.GetCustomPriceDelegate
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectedFurniture
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedFurniture
id : SelectedFurniture
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> that is currently selected for placement
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public FurnitureType SelectedFurniture { get; }
parameters : [ ]
return :
type : TinyLife.Objects.FurnitureType
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedFurniture As FurnitureType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedFurniture*
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedPreview
id : SelectedPreview
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : An instance of the <xref href="TinyLife.Tools.FurniturePlacer.SelectedFurniture" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Furniture SelectedPreview { get; }
parameters : [ ]
return :
type : TinyLife.Objects.Furniture
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedPreview As Furniture
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedPreview*
- uid : TinyLife.Tools.FurniturePlacer.SelectedColors
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedColors
id : SelectedColors
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedColors
nameWithType : FurniturePlacer.SelectedColors
fullName : TinyLife.Tools.FurniturePlacer.SelectedColors
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : The color indices that are currently selected for the <xref href="TinyLife.Tools.FurniturePlacer.SelectedFurniture" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public int[] SelectedColors { get; }
parameters : [ ]
return :
type : System.Int32[]
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedColors As Integer()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedColors*
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
commentId : M:TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
id : '#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2022-07-28 14:58:38 +02:00
name : FurniturePlacer(Action<Furniture, UndoableAction>)
nameWithType : FurniturePlacer.FurniturePlacer(Action<Furniture, UndoableAction>)
fullName : TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action<TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction>)
2021-08-04 06:51:12 +02:00
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Creates a new furniture placer with the given settings
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public FurniturePlacer(Action<Furniture, UndoableAction> onPlaced = null)
2021-08-04 06:51:12 +02:00
parameters :
- id : onPlaced
2022-07-28 14:58:38 +02:00
type : System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
2021-08-04 06:51:12 +02:00
description : An action that is invoked when the given furniture is placed by this placer
2022-07-28 14:58:38 +02:00
content.vb : Public Sub New(onPlaced As Action(Of Furniture, UndoableAction) = Nothing)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.New(Action(Of Furniture, UndoableAction))
fullName.vb : TinyLife.Tools.FurniturePlacer.New(System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction))
name.vb : New(Action(Of Furniture, UndoableAction))
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Update
commentId : M:TinyLife.Tools.FurniturePlacer.Update
id : Update
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : Update()
nameWithType : FurniturePlacer.Update()
fullName : TinyLife.Tools.FurniturePlacer.Update()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Updates this furniture placer.
2024-03-09 19:49:55 +01:00
This should be called in <xref href="TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> each frame.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void Update()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub Update()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.Update*
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : Draw(GameTime, SpriteBatch)
nameWithType : FurniturePlacer.Draw(GameTime, SpriteBatch)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Draws the <xref href="TinyLife.Tools.FurniturePlacer.SelectedPreview" data-throw-if-not-resolved="false"></xref> of this furniture placer
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void Draw(GameTime time, SpriteBatch batch)
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2021-08-04 06:51:12 +02:00
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
description : The sprite batch to use for drawing
content.vb : Public Sub Draw(time As GameTime, batch As SpriteBatch)
overload : TinyLife.Tools.FurniturePlacer.Draw*
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
id : ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ShouldHighlightSelectedObject(object)
nameWithType : FurniturePlacer.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(object)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Whether or not the <xref href="TinyLife.Tools.Tool.SelectedObject" data-throw-if-not-resolved="false"></xref> should currently have a white highlight around it.
This method defaults to return true if <xref href="TinyLife.GameImpl.IsCursorOnUi" data-throw-if-not-resolved="false"></xref> is false.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-11-12 13:53:28 +01:00
content : public bool ShouldHighlightSelectedObject(object obj)
parameters :
- id : obj
type : System.Object
2023-10-11 16:05:32 +02:00
description : The selected object, which can be a <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref> or a <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2022-01-08 12:41:09 +01:00
description : Whether or not the selected object should be highlighted
2022-11-12 13:53:28 +01:00
content.vb : Public Function ShouldHighlightSelectedObject(obj As Object) As Boolean
overload : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetMouseCursor
commentId : M:TinyLife.Tools.FurniturePlacer.GetMouseCursor
id : GetMouseCursor
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : GetMouseCursor()
nameWithType : FurniturePlacer.GetMouseCursor()
fullName : TinyLife.Tools.FurniturePlacer.GetMouseCursor()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Returns the <xref href="TinyLife.Uis.CursorType" data-throw-if-not-resolved="false"></xref> that this tool should currently display.
By default, <xref href="TinyLife.Uis.CursorType.Default" data-throw-if-not-resolved="false"></xref> is returned.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public CursorType GetMouseCursor()
return :
type : TinyLife.Uis.CursorType
2022-01-08 12:41:09 +01:00
description : The cursor type
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetMouseCursor() As CursorType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.GetMouseCursor*
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
commentId : M:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
id : GetCurrentCanPlaceResult
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : GetCurrentCanPlaceResult()
nameWithType : FurniturePlacer.GetCurrentCanPlaceResult()
fullName : TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-04-14 17:55:54 +02:00
summary : Returns whether or not the tool should currently be considered to be able to place objects for a tooltip displayed to the player.
example : [ ]
2024-03-09 19:49:55 +01:00
syntax :
content : public CanPlaceResult GetCurrentCanPlaceResult()
return :
type : TinyLife.Tools.CanPlaceResult
2024-04-14 17:55:54 +02:00
description : A <xref href="TinyLife.Tools.CanPlaceResult" data-throw-if-not-resolved="false"></xref> that represents whether the tool should be considered to be able to place objects.
2024-03-09 19:49:55 +01:00
content.vb : Public Function GetCurrentCanPlaceResult() As CanPlaceResult
overload : TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult*
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Maths.Direction2,System.Int32[],System.Boolean)
commentId : M:TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Maths.Direction2,System.Int32[],System.Boolean)
id : SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Maths.Direction2,System.Int32[],System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : SelectFurniture(FurnitureType, Furniture, Action<Furniture>, Direction2, int[], bool)
nameWithType : FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action<Furniture>, Direction2, int[], bool)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action<TinyLife.Objects.Furniture>, MLEM.Maths.Direction2, int[], bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Selects the given <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref>.
If <code class="paramref">exact</code> is enabled, the <code class="paramref">preview</code> is the exact furniture instance that will be placed. If it is false, a new instance of the given <code class="paramref">furniture</code> will be created upon placement.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void SelectFurniture(FurnitureType furniture, Furniture preview, Action<Furniture> variation, Direction2 rotation, int[] colors, bool exact = false)
parameters :
- id : furniture
type : TinyLife.Objects.FurnitureType
description : The furniture type to select
- id : preview
type : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
description : An instance of the given <code class="paramref">furniture</code>
2021-08-04 06:51:12 +02:00
- id : variation
type : System.Action{TinyLife.Objects.Furniture}
description : A function that represents a furniture variation to place
- id : rotation
2024-07-26 12:47:59 +02:00
type : MLEM.Maths.Direction2
2021-08-04 06:51:12 +02:00
description : The rotation to select
- id : colors
type : System.Int32[]
description : The colors to select
- id : exact
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether or not the <code class="paramref">preview</code> is the exact instance that should be placed
2021-08-04 06:51:12 +02:00
content.vb : Public Sub SelectFurniture(furniture As FurnitureType, preview As Furniture, variation As Action(Of Furniture), rotation As Direction2, colors As Integer(), exact As Boolean = False)
overload : TinyLife.Tools.FurniturePlacer.SelectFurniture*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Integer(), Boolean)
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action(Of TinyLife.Objects.Furniture), MLEM.Maths.Direction2, Integer(), Boolean)
2023-03-30 18:07:55 +02:00
name.vb : SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Integer(), Boolean)
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Tools.FurniturePlacer.UnselectFurniture
commentId : M:TinyLife.Tools.FurniturePlacer.UnselectFurniture
id : UnselectFurniture
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : UnselectFurniture()
nameWithType : FurniturePlacer.UnselectFurniture()
fullName : TinyLife.Tools.FurniturePlacer.UnselectFurniture()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Unselects the currently <xref href="TinyLife.Tools.FurniturePlacer.SelectedFurniture" data-throw-if-not-resolved="false"></xref>
2021-08-30 20:44:32 +02:00
example : [ ]
syntax :
content : public void UnselectFurniture()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub UnselectFurniture()
2021-08-30 20:44:32 +02:00
overload : TinyLife.Tools.FurniturePlacer.UnselectFurniture*
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Tools.FurniturePlacer.PlaceFurniture
commentId : M:TinyLife.Tools.FurniturePlacer.PlaceFurniture
id : PlaceFurniture
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : PlaceFurniture()
nameWithType : FurniturePlacer.PlaceFurniture()
fullName : TinyLife.Tools.FurniturePlacer.PlaceFurniture()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : Causes the currently selected furniture to be placed at the current position, and returned.
example : [ ]
syntax :
content : public Furniture PlaceFurniture()
return :
type : TinyLife.Objects.Furniture
description : The placed furniture.
content.vb : Public Function PlaceFurniture() As Furniture
overload : TinyLife.Tools.FurniturePlacer.PlaceFurniture*
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.FurniturePlacer.CanPlace
commentId : M:TinyLife.Tools.FurniturePlacer.CanPlace
id : CanPlace
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : CanPlace()
nameWithType : FurniturePlacer.CanPlace()
fullName : TinyLife.Tools.FurniturePlacer.CanPlace()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-04-14 17:55:54 +02:00
summary : Determines whether the currently selected furniture can be placed at the current position.
example : [ ]
2024-03-09 19:49:55 +01:00
syntax :
content : public CanPlaceResult CanPlace()
return :
type : TinyLife.Tools.CanPlaceResult
2024-04-14 17:55:54 +02:00
description : Whether the currently selected furniture can be placed at the current position.
2024-03-09 19:49:55 +01:00
content.vb : Public Function CanPlace() As CanPlaceResult
overload : TinyLife.Tools.FurniturePlacer.CanPlace*
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
id : GetCustomPrice(TinyLife.Objects.Furniture)
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : GetCustomPrice(Furniture)
nameWithType : FurniturePlacer.GetCustomPrice(Furniture)
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Returns the custom price that the given <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> should be sold with on the furniture tool.
This is influenced by the <xref href="TinyLife.GameImpl.CurrentHousehold" data-throw-if-not-resolved="false"></xref>'s people's personalities, as well as the <xref href="TinyLife.Tools.FurniturePlacer.OnGetCustomPrice" data-throw-if-not-resolved="false"></xref> event.
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : public static float? GetCustomPrice(Furniture furniture)
parameters :
- id : furniture
type : TinyLife.Objects.Furniture
description : The furniture whose price to get
return :
type : System.Nullable{System.Single}
2024-01-07 16:53:47 +01:00
description : The furniture's custom price, or null to use the default price
2021-10-14 20:30:40 +02:00
content.vb : Public Shared Function GetCustomPrice(furniture As Furniture) As Single?
overload : TinyLife.Tools.FurniturePlacer.GetCustomPrice*
2021-08-04 06:51:12 +02:00
references :
- 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 : TinyLife.Tools.MoveTool
commentId : T:TinyLife.Tools.MoveTool
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.MoveTool.html
2021-08-04 06:51:12 +02:00
name : MoveTool
nameWithType : MoveTool
fullName : TinyLife.Tools.MoveTool
- 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 : 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 : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.FurniturePlacer.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<FurniturePlacer>(FurniturePlacer)
nameWithType : Extensions.JsonCopy<FurniturePlacer>(FurniturePlacer)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer>(TinyLife.Tools.FurniturePlacer)
nameWithType.vb : Extensions.JsonCopy(Of FurniturePlacer)(FurniturePlacer)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer)(TinyLife.Tools.FurniturePlacer)
name.vb : JsonCopy(Of FurniturePlacer)(FurniturePlacer)
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.Tools.FurniturePlacer)
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.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.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.Tools.FurniturePlacer)
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.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
name : GetCustomPrice(Furniture)
nameWithType : FurniturePlacer.GetCustomPrice(Furniture)
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
spec.csharp :
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
name : GetCustomPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
name : GetCustomPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
commentId : T:TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2021-10-14 20:30:40 +02:00
name : FurniturePlacer.GetCustomPriceDelegate
nameWithType : FurniturePlacer.GetCustomPriceDelegate
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.html
2021-08-04 06:51:12 +02:00
- 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.Tools.FurniturePlacer.SelectedFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedFurniture
2021-08-04 06:51:12 +02:00
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
- 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 : TinyLife.Tools.FurniturePlacer.SelectedFurniture
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedFurniture
2023-03-30 18:07:55 +02:00
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedPreview
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedPreview
2021-08-04 06:51:12 +02:00
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
- 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.Tools.FurniturePlacer.SelectedColors*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedColors
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedColors
2021-08-04 06:51:12 +02:00
name : SelectedColors
nameWithType : FurniturePlacer.SelectedColors
fullName : TinyLife.Tools.FurniturePlacer.SelectedColors
- uid : System.Int32[]
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int[]
nameWithType : int[]
fullName : int[]
nameWithType.vb : Integer()
fullName.vb : Integer()
name.vb : Integer()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
2021-08-04 06:51:12 +02:00
spec.vb :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.#ctor*
commentId : Overload:TinyLife.Tools.FurniturePlacer.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer__ctor_System_Action_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction__
2021-08-04 06:51:12 +02:00
name : FurniturePlacer
nameWithType : FurniturePlacer.FurniturePlacer
fullName : TinyLife.Tools.FurniturePlacer.FurniturePlacer
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.New
fullName.vb : TinyLife.Tools.FurniturePlacer.New
name.vb : New
2022-07-28 14:58:38 +02:00
- uid : System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
commentId : T:System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
2021-08-04 06:51:12 +02:00
parent : System
2022-07-28 14:58:38 +02:00
definition : System.Action`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-28 14:58:38 +02:00
name : Action<Furniture, UndoableAction>
nameWithType : Action<Furniture, UndoableAction>
fullName : System.Action<TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction>
nameWithType.vb : Action(Of Furniture, UndoableAction)
fullName.vb : System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction)
name.vb : Action(Of Furniture, UndoableAction)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-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 : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.UndoableAction.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-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 : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.UndoableAction.html
2021-08-04 06:51:12 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
commentId : T:System.Action`2
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.action-2
2022-07-28 14:58:38 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name : <
2022-07-28 14:58:38 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : )
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
commentId : M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
name : Update(GameTime, bool)
nameWithType : Tool.Update(GameTime, bool)
fullName : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
nameWithType.vb : Tool.Update(GameTime, Boolean)
fullName.vb : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
name.vb : Update(GameTime, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Tools.FurniturePlacer.Update*
commentId : Overload:TinyLife.Tools.FurniturePlacer.Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_Update
2021-08-04 06:51:12 +02:00
name : Update
nameWithType : FurniturePlacer.Update
fullName : TinyLife.Tools.FurniturePlacer.Update
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html
2021-08-04 06:51:12 +02:00
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedPreview
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedPreview
2023-03-30 18:07:55 +02:00
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Draw*
commentId : Overload:TinyLife.Tools.FurniturePlacer.Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
2021-08-04 06:51:12 +02:00
name : Draw
nameWithType : FurniturePlacer.Draw
fullName : TinyLife.Tools.FurniturePlacer.Draw
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
- 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
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
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
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
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
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Tools.Tool.SelectedObject
commentId : P:TinyLife.Tools.Tool.SelectedObject
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedObject
name : SelectedObject
nameWithType : Tool.SelectedObject
fullName : TinyLife.Tools.Tool.SelectedObject
- uid : TinyLife.GameImpl.IsCursorOnUi
commentId : M:TinyLife.GameImpl.IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
name : IsCursorOnUi()
nameWithType : GameImpl.IsCursorOnUi()
fullName : TinyLife.GameImpl.IsCursorOnUi()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-01-07 16:53:47 +01:00
- uid : TinyLife.GameImpl.IsCursorOnUi
name : IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2024-01-07 16:53:47 +01:00
- uid : TinyLife.GameImpl.IsCursorOnUi
name : IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
href : TinyLife.Objects.MapObject.html
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
- uid : TinyLife.Objects.WallLike
commentId : T:TinyLife.Objects.WallLike
parent : TinyLife.Objects
href : TinyLife.Objects.WallLike.html
name : WallLike
nameWithType : WallLike
fullName : TinyLife.Objects.WallLike
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject*
commentId : Overload:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_ShouldHighlightSelectedObject_System_Object_
2022-11-12 13:53:28 +01:00
name : ShouldHighlightSelectedObject
nameWithType : FurniturePlacer.ShouldHighlightSelectedObject
fullName : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
2021-08-04 06:51:12 +02:00
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.CursorType
commentId : T:TinyLife.Uis.CursorType
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CursorType.html
2021-08-04 06:51:12 +02:00
name : CursorType
nameWithType : CursorType
fullName : TinyLife.Uis.CursorType
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Uis.CursorType.Default
commentId : F:TinyLife.Uis.CursorType.Default
href : TinyLife.Uis.CursorType.html#TinyLife_Uis_CursorType_Default
name : Default
nameWithType : CursorType.Default
fullName : TinyLife.Uis.CursorType.Default
- uid : TinyLife.Tools.FurniturePlacer.GetMouseCursor*
commentId : Overload:TinyLife.Tools.FurniturePlacer.GetMouseCursor
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetMouseCursor
name : GetMouseCursor
nameWithType : FurniturePlacer.GetMouseCursor
fullName : TinyLife.Tools.FurniturePlacer.GetMouseCursor
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
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.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.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.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.CanPlaceResult
commentId : T:TinyLife.Tools.CanPlaceResult
parent : TinyLife.Tools
href : TinyLife.Tools.CanPlaceResult.html
name : CanPlaceResult
nameWithType : CanPlaceResult
fullName : TinyLife.Tools.CanPlaceResult
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult*
commentId : Overload:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCurrentCanPlaceResult
name : GetCurrentCanPlaceResult
nameWithType : FurniturePlacer.GetCurrentCanPlaceResult
fullName : TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture
2024-07-26 12:47:59 +02:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectFurniture_TinyLife_Objects_FurnitureType_TinyLife_Objects_Furniture_System_Action_TinyLife_Objects_Furniture__MLEM_Maths_Direction2_System_Int32___System_Boolean_
2021-08-04 06:51:12 +02:00
name : SelectFurniture
nameWithType : FurniturePlacer.SelectFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectFurniture
2022-07-28 14:58:38 +02:00
- uid : System.Action{TinyLife.Objects.Furniture}
commentId : T:System.Action{TinyLife.Objects.Furniture}
parent : System
definition : System.Action`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
name : Action<Furniture>
nameWithType : Action<Furniture>
fullName : System.Action<TinyLife.Objects.Furniture>
nameWithType.vb : Action(Of Furniture)
fullName.vb : System.Action(Of TinyLife.Objects.Furniture)
name.vb : Action(Of Furniture)
spec.csharp :
- 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
2022-07-28 14:58:38 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2022-07-28 14:58:38 +02:00
- name : '>'
spec.vb :
- 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 : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2022-07-28 14:58:38 +02:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
commentId : T:MLEM.Maths.Direction2
parent : MLEM.Maths
2021-08-04 06:51:12 +02:00
isExternal : true
name : Direction2
nameWithType : Direction2
2024-07-26 12:47:59 +02:00
fullName : MLEM.Maths.Direction2
2022-07-28 14:58:38 +02:00
- uid : System.Action`1
commentId : T:System.Action`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
name : Action<T>
nameWithType : Action<T>
fullName : System.Action<T>
nameWithType.vb : Action(Of T)
fullName.vb : System.Action(Of T)
name.vb : Action(Of T)
spec.csharp :
- 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
2022-07-28 14:58:38 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- 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 : " "
2022-07-28 14:58:38 +02:00
- name : T
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
commentId : N : MLEM.Maths
2021-08-04 06:51:12 +02:00
isExternal : true
2024-07-26 12:47:59 +02:00
name : MLEM.Maths
nameWithType : MLEM.Maths
fullName : MLEM.Maths
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Tools.FurniturePlacer.UnselectFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.UnselectFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_UnselectFurniture
2021-08-30 20:44:32 +02:00
name : UnselectFurniture
nameWithType : FurniturePlacer.UnselectFurniture
fullName : TinyLife.Tools.FurniturePlacer.UnselectFurniture
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Tools.FurniturePlacer.PlaceFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.PlaceFurniture
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_PlaceFurniture
name : PlaceFurniture
nameWithType : FurniturePlacer.PlaceFurniture
fullName : TinyLife.Tools.FurniturePlacer.PlaceFurniture
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.FurniturePlacer.CanPlace*
commentId : Overload:TinyLife.Tools.FurniturePlacer.CanPlace
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_CanPlace
name : CanPlace
nameWithType : FurniturePlacer.CanPlace
fullName : TinyLife.Tools.FurniturePlacer.CanPlace
2021-10-14 20:30:40 +02:00
- uid : TinyLife.GameImpl.CurrentHousehold
commentId : P:TinyLife.GameImpl.CurrentHousehold
2024-01-07 16:53:47 +01:00
href : TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold
2023-03-30 18:07:55 +02:00
name : CurrentHousehold
nameWithType : GameImpl.CurrentHousehold
fullName : TinyLife.GameImpl.CurrentHousehold
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
commentId : E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_OnGetCustomPrice
2023-03-30 18:07:55 +02:00
name : OnGetCustomPrice
nameWithType : FurniturePlacer.OnGetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice*
commentId : Overload:TinyLife.Tools.FurniturePlacer.GetCustomPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_
2021-10-14 20:30:40 +02:00
name : GetCustomPrice
nameWithType : FurniturePlacer.GetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice
- uid : System.Nullable{System.Single}
commentId : T:System.Nullable{System.Single}
parent : System
definition : System.Nullable`1
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-10-14 20:30:40 +02:00
spec.csharp :
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-10-14 20:30:40 +02:00
spec.vb :
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : T
- name : )