TinyLifeWeb/docs/api/TinyLife.Objects.TrashCan.yml

3907 lines
148 KiB
YAML
Raw Normal View History

2022-07-04 16:50:43 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.TrashCan
commentId: T:TinyLife.Objects.TrashCan
id: TrashCan
parent: TinyLife.Objects
children:
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.TrashCan.Content
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-11-12 13:53:28 +01:00
- TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.TrashCan.IsMinorUpdateNow
- TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.TrashCan.Validate
langs:
- csharp
- vb
name: TrashCan
nameWithType: TrashCan
fullName: TinyLife.Objects.TrashCan
type: Class
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCan
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 17
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA class that can be used for objects like <xref href=\"TinyLife.Objects.FurnitureType.ParkTrashCan\" data-throw-if-not-resolved=\"false\"></xref>, allowing a trash can to contain a set of <xref href=\"TinyLife.Objects.TrashCan.Content\" data-throw-if-not-resolved=\"false\"></xref> that can then be rummaged for using <xref href=\"TinyLife.Actions.ActionType.Rummage\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
2023-05-26 15:16:22 +02:00
content: 'public class TrashCan : Furniture, IGenericDataHolder, IUpdatingObject'
content.vb: Public Class TrashCan Inherits Furniture Implements IGenericDataHolder, IUpdatingObject
2022-07-04 16:50:43 +02:00
inheritance:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
implements:
- MLEM.Misc.IGenericDataHolder
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.IUpdatingObject
2022-07-04 16:50:43 +02:00
inheritedMembers:
- TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.OnSetCreator
- TinyLife.Objects.Furniture.OnGetDirty
- TinyLife.Objects.Furniture.OnDirty
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.DisplayName
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.ParentInfo
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.Furniture.Visibility
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture
- TinyLife.Objects.Furniture.ParentObjectSpot
- TinyLife.Objects.Furniture.Colors
- TinyLife.Objects.Furniture.Area
- TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.CreatorId
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.AttachedWall
- TinyLife.Objects.Furniture.HideFromDraw
- TinyLife.Objects.Furniture.VisualRotation
2023-04-26 14:51:19 +02:00
- TinyLife.Objects.Furniture.ParentObjectSpotId
- TinyLife.Objects.Furniture.ParentFurnitureId
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
- TinyLife.Objects.Furniture.OnAdded
- TinyLife.Objects.Furniture.OnRemoved
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
2023-01-19 11:28:13 +01:00
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.GetPrice
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-11-12 13:53:28 +01:00
- TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated
- TinyLife.Objects.MapObject.OnEventsAttachable
- TinyLife.Objects.MapObject.OnDraw
- TinyLife.Objects.MapObject.OnUpdate
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.MapObject.OnGetHoverInfo
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.MapObject.Position
- TinyLife.Objects.MapObject.Id
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.CurrentRoom
- TinyLife.Objects.MapObject.IsInWorld
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.MapObject.HoldingPerson
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2022-07-04 16:50:43 +02:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.TrashCan.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.TrashCan.Content
commentId: F:TinyLife.Objects.TrashCan.Content
id: Content
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
name: Content
nameWithType: TrashCan.Content
fullName: TinyLife.Objects.TrashCan.Content
type: Field
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Content
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 23
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis trash can&apos;t content, which is a list of <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> items that have previously been thrown away into it.\n"
example: []
syntax:
content: >-
[DataMember]
public readonly List<Furniture> Content
return:
type: System.Collections.Generic.List{TinyLife.Objects.Furniture}
content.vb: >-
<DataMember>
Public ReadOnly Content As List(Of Furniture)
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.TrashCan.IsMinorUpdateNow
commentId: P:TinyLife.Objects.TrashCan.IsMinorUpdateNow
id: IsMinorUpdateNow
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
name: IsMinorUpdateNow
nameWithType: TrashCan.IsMinorUpdateNow
fullName: TinyLife.Objects.TrashCan.IsMinorUpdateNow
type: Property
source:
remote:
path: TinyLife/Objects/TrashCan.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMinorUpdateNow
path: ../TinyLife/Objects/TrashCan.cs
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA property that returns whether this updating object should currently update minorly, rather than majorly.\nA minor update means that <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> is only called once every 10 in-game minutes (see <xref href=\"TinyLife.World.MapSection.MinorUpdateMinutes\" data-throw-if-not-resolved=\"false\"></xref>), but all of the parameters to <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> are modified accordingly to maintain proper time calculations.\nNote that this property is only queried every 10 in-game minutes, as switching between major and minor update schedules only happens when a minor update is executed.\nFor example, a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> updates minorly when they&apos;re out of town to aid the game&apos;s performance.\n"
example: []
syntax:
content: public bool IsMinorUpdateNow { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public ReadOnly Property IsMinorUpdateNow As Boolean
overload: TinyLife.Objects.TrashCan.IsMinorUpdateNow*
implements:
- TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: TrashCan(Guid, FurnitureType, int[], Map, Vector2)
nameWithType: TrashCan.TrashCan(Guid, FurnitureType, int[], Map, Vector2)
fullName: TinyLife.Objects.TrashCan.TrashCan(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
2022-07-04 16:50:43 +02:00
type: Constructor
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 30
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-11-12 13:53:28 +01:00
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-07-04 16:50:43 +02:00
example: []
syntax:
content: public TrashCan(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
parameters:
- id: id
type: System.Guid
description: The id to apply to the created furniture instance
- id: type
type: TinyLife.Objects.FurnitureType
description: The type to create an instance of
- id: colors
type: System.Int32[]
description: The colors to apply to the furniture
- id: map
type: TinyLife.World.Map
description: The map to create the furniture on
- id: pos
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
description: The position that the furniture should have
content.vb: Public Sub New(id As Guid, type As FurnitureType, colors As Integer(), map As Map, pos As Vector2)
overload: TinyLife.Objects.TrashCan.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: TrashCan.New(Guid, FurnitureType, Integer(), Map, Vector2)
fullName.vb: TinyLife.Objects.TrashCan.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
name.vb: New(Guid, FurnitureType, Integer(), Map, Vector2)
- uid: TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: TrashCan.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
path: TinyLife/Objects/TrashCan.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Objects/TrashCan.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>, as well as additional places like the <xref href=\"TinyLife.World.Household.FurnitureStorage\" data-throw-if-not-resolved=\"false\"></xref>. Because of this, some actions might only want to be invoked if an object <xref href=\"TinyLife.Objects.MapObject.IsInWorld\" data-throw-if-not-resolved=\"false\"></xref>.\nTo call this method while invoking all required events, use <xref href=\"TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The game&apos;s time
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.TrashCan.Update*
implements:
- TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
nameWithType.vb: TrashCan.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId: M:TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List<Item>)
nameWithType: TrashCan.Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List<StaticSpriteBatch.Item>)
fullName: TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, bool, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
2022-07-04 16:50:43 +02:00
type: Method
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 45
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary: "\nDraws this furniture in the world with the given settings.\nThis is a more generalized version of <xref href=\"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d)\" data-throw-if-not-resolved=\"false\"></xref>\n"
2022-07-04 16:50:43 +02:00
example: []
syntax:
2022-09-05 14:19:42 +02:00
content: public override void Draw(GameTime time, object batch, Vector2 pos, Vector2 drawPos, Color? overrideColor, Direction2 rotation, int[] colors, float drawScale, bool pivot, ParentInfo parent, float depthOffset, bool held, List<StaticSpriteBatch.Item> items)
2022-07-04 16:50:43 +02:00
parameters:
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
description: The game time
- id: batch
2022-09-05 14:19:42 +02:00
type: System.Object
description: The sprite batch to draw with, which is either a <xref href="Microsoft.Xna.Framework.Graphics.SpriteBatch" data-throw-if-not-resolved="false"></xref> or <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
- id: pos
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
description: The position, in world space, that the furniture is at
- id: drawPos
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
description: The position, in draw space, to draw the furniture at
- id: overrideColor
2022-09-05 14:19:42 +02:00
type: System.Nullable{Microsoft.Xna.Framework.Color}
2022-07-04 16:50:43 +02:00
description: An optional color to override the default colors of the furniture
- id: rotation
type: MLEM.Misc.Direction2
description: The rotation of the furniture
- id: colors
type: System.Int32[]
description: The colors to draw the furniture with
- id: drawScale
type: System.Single
description: The scale to draw the furniture with
- id: pivot
type: System.Boolean
description: Whether or not to move the furniture by its texture&apos;s pivot point
- id: parent
type: TinyLife.Objects.ParentInfo
description: The object that this furniture is latched on to, or null if there is none
- id: depthOffset
type: System.Single
description: A value that is added onto the calculated depth of the object
- id: held
type: System.Boolean
description: Whether or not this item is currently being held by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>
2022-09-05 14:19:42 +02:00
- id: items
type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
description: A list of sprite batch items that items should be added to if the <code data-dev-comment-type="paramref" class="paramref">batch</code> is a <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Overrides Sub Draw(time As GameTime, batch As Object, pos As Vector2, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, held As Boolean, items As List(Of StaticSpriteBatch.Item))
overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
overload: TinyLife.Objects.TrashCan.Draw*
2023-03-30 18:07:55 +02:00
nameWithType.vb: TrashCan.Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
fullName.vb: TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of Item))
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.TrashCan.Validate
commentId: M:TinyLife.Objects.TrashCan.Validate
id: Validate
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
name: Validate()
nameWithType: TrashCan.Validate()
fullName: TinyLife.Objects.TrashCan.Validate()
type: Method
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 56
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis method is called when this object is loaded from disk.\nReturning false on this method causes the object to be removed from the map.\nBy default, this method invokes <xref href=\"TinyLife.Objects.MapObject.OnValidated\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.MapObject.OnEventsAttachable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override bool Validate()
return:
type: System.Boolean
description: false if the object is not valid, true otherwise
2023-03-30 18:07:55 +02:00
content.vb: Public Overrides Function Validate() As Boolean
2022-07-04 16:50:43 +02:00
overridden: TinyLife.Objects.Furniture.Validate
overload: TinyLife.Objects.TrashCan.Validate*
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)
commentId: M:TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)
id: GetDecorativeRating(TinyLife.World.Room)
parent: TinyLife.Objects.TrashCan
langs:
- csharp
- vb
name: GetDecorativeRating(Room)
nameWithType: TrashCan.GetDecorativeRating(Room)
fullName: TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)
type: Method
source:
remote:
path: TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: ../TinyLife/Objects/TrashCan.cs
2023-03-30 18:07:55 +02:00
startLine: 62
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nReturns the decorative rating of this object in the given room.\nBy default, the underlying <xref href=\"TinyLife.Objects.Furniture.Type\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating\" data-throw-if-not-resolved=\"false\"></xref>, influeced by whether this object is <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>, is returned.\n"
example: []
syntax:
content: public override int GetDecorativeRating(Room room)
parameters:
- id: room
type: TinyLife.World.Room
description: The room that the object is in, or null if it is not in a room at all
return:
type: System.Int32
description: The decorative rating of this object
content.vb: Public Overrides Function GetDecorativeRating(room As Room) As Integer
overridden: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
overload: TinyLife.Objects.TrashCan.GetDecorativeRating*
2022-07-04 16:50:43 +02:00
references:
- uid: TinyLife.Objects.FurnitureType.ParkTrashCan
commentId: F:TinyLife.Objects.FurnitureType.ParkTrashCan
2023-03-30 18:07:55 +02:00
name: ParkTrashCan
nameWithType: FurnitureType.ParkTrashCan
fullName: TinyLife.Objects.FurnitureType.ParkTrashCan
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.TrashCan.Content
commentId: F:TinyLife.Objects.TrashCan.Content
2023-03-30 18:07:55 +02:00
name: Content
nameWithType: TrashCan.Content
fullName: TinyLife.Objects.TrashCan.Content
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionType.Rummage
commentId: F:TinyLife.Actions.ActionType.Rummage
2023-03-30 18:07:55 +02:00
name: Rummage
nameWithType: ActionType.Rummage
fullName: TinyLife.Actions.ActionType.Rummage
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.IUpdatingObject
commentId: T:TinyLife.Objects.IUpdatingObject
parent: TinyLife.Objects
name: IUpdatingObject
nameWithType: IUpdatingObject
fullName: TinyLife.Objects.IUpdatingObject
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.Random
commentId: F:TinyLife.Objects.Furniture.Random
parent: TinyLife.Objects.Furniture
name: Random
nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.OnSetCreator
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
parent: TinyLife.Objects.Furniture
name: OnSetCreator
nameWithType: Furniture.OnSetCreator
fullName: TinyLife.Objects.Furniture.OnSetCreator
- uid: TinyLife.Objects.Furniture.OnGetDirty
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
parent: TinyLife.Objects.Furniture
name: OnGetDirty
nameWithType: Furniture.OnGetDirty
fullName: TinyLife.Objects.Furniture.OnGetDirty
- uid: TinyLife.Objects.Furniture.OnDirty
commentId: E:TinyLife.Objects.Furniture.OnDirty
parent: TinyLife.Objects.Furniture
name: OnDirty
nameWithType: Furniture.OnDirty
fullName: TinyLife.Objects.Furniture.OnDirty
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.DisplayName
commentId: P:TinyLife.Objects.Furniture.DisplayName
parent: TinyLife.Objects.Furniture
name: DisplayName
nameWithType: Furniture.DisplayName
fullName: TinyLife.Objects.Furniture.DisplayName
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.ParentInfo
commentId: P:TinyLife.Objects.Furniture.ParentInfo
parent: TinyLife.Objects.Furniture
name: ParentInfo
nameWithType: Furniture.ParentInfo
fullName: TinyLife.Objects.Furniture.ParentInfo
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Furniture.Visibility
commentId: P:TinyLife.Objects.Furniture.Visibility
parent: TinyLife.Objects.Furniture
name: Visibility
nameWithType: Furniture.Visibility
fullName: TinyLife.Objects.Furniture.Visibility
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture
name: Type
nameWithType: Furniture.Type
fullName: TinyLife.Objects.Furniture.Type
- uid: TinyLife.Objects.Furniture.Rotation
commentId: F:TinyLife.Objects.Furniture.Rotation
parent: TinyLife.Objects.Furniture
name: Rotation
nameWithType: Furniture.Rotation
fullName: TinyLife.Objects.Furniture.Rotation
- uid: TinyLife.Objects.Furniture.ParentFurniture
commentId: P:TinyLife.Objects.Furniture.ParentFurniture
parent: TinyLife.Objects.Furniture
name: ParentFurniture
nameWithType: Furniture.ParentFurniture
fullName: TinyLife.Objects.Furniture.ParentFurniture
- uid: TinyLife.Objects.Furniture.ParentObjectSpot
commentId: P:TinyLife.Objects.Furniture.ParentObjectSpot
parent: TinyLife.Objects.Furniture
name: ParentObjectSpot
nameWithType: Furniture.ParentObjectSpot
fullName: TinyLife.Objects.Furniture.ParentObjectSpot
- uid: TinyLife.Objects.Furniture.Colors
commentId: F:TinyLife.Objects.Furniture.Colors
parent: TinyLife.Objects.Furniture
name: Colors
nameWithType: Furniture.Colors
fullName: TinyLife.Objects.Furniture.Colors
- uid: TinyLife.Objects.Furniture.Area
commentId: P:TinyLife.Objects.Furniture.Area
parent: TinyLife.Objects.Furniture
name: Area
nameWithType: Furniture.Area
fullName: TinyLife.Objects.Furniture.Area
- uid: TinyLife.Objects.Furniture.DevaluedThroughUse
commentId: F:TinyLife.Objects.Furniture.DevaluedThroughUse
parent: TinyLife.Objects.Furniture
name: DevaluedThroughUse
nameWithType: Furniture.DevaluedThroughUse
fullName: TinyLife.Objects.Furniture.DevaluedThroughUse
- uid: TinyLife.Objects.Furniture.AreUtilitiesDisabled
commentId: P:TinyLife.Objects.Furniture.AreUtilitiesDisabled
parent: TinyLife.Objects.Furniture
name: AreUtilitiesDisabled
nameWithType: Furniture.AreUtilitiesDisabled
fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled
- uid: TinyLife.Objects.Furniture.IsStatic
commentId: F:TinyLife.Objects.Furniture.IsStatic
parent: TinyLife.Objects.Furniture
name: IsStatic
nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.CreatorId
commentId: P:TinyLife.Objects.Furniture.CreatorId
parent: TinyLife.Objects.Furniture
name: CreatorId
nameWithType: Furniture.CreatorId
fullName: TinyLife.Objects.Furniture.CreatorId
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture
name: CanBeDirty
nameWithType: Furniture.CanBeDirty
fullName: TinyLife.Objects.Furniture.CanBeDirty
- uid: TinyLife.Objects.Furniture.Dirty
2023-05-26 15:16:22 +02:00
commentId: P:TinyLife.Objects.Furniture.Dirty
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
name: Dirty
nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Creator
commentId: P:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.AttachedWall
commentId: P:TinyLife.Objects.Furniture.AttachedWall
parent: TinyLife.Objects.Furniture
name: AttachedWall
nameWithType: Furniture.AttachedWall
fullName: TinyLife.Objects.Furniture.AttachedWall
- uid: TinyLife.Objects.Furniture.HideFromDraw
commentId: P:TinyLife.Objects.Furniture.HideFromDraw
parent: TinyLife.Objects.Furniture
name: HideFromDraw
nameWithType: Furniture.HideFromDraw
fullName: TinyLife.Objects.Furniture.HideFromDraw
- uid: TinyLife.Objects.Furniture.VisualRotation
commentId: P:TinyLife.Objects.Furniture.VisualRotation
parent: TinyLife.Objects.Furniture
name: VisualRotation
nameWithType: Furniture.VisualRotation
fullName: TinyLife.Objects.Furniture.VisualRotation
2023-04-26 14:51:19 +02:00
- uid: TinyLife.Objects.Furniture.ParentObjectSpotId
commentId: P:TinyLife.Objects.Furniture.ParentObjectSpotId
parent: TinyLife.Objects.Furniture
name: ParentObjectSpotId
nameWithType: Furniture.ParentObjectSpotId
fullName: TinyLife.Objects.Furniture.ParentObjectSpotId
- uid: TinyLife.Objects.Furniture.ParentFurnitureId
commentId: P:TinyLife.Objects.Furniture.ParentFurnitureId
parent: TinyLife.Objects.Furniture
name: ParentFurnitureId
nameWithType: Furniture.ParentFurnitureId
fullName: TinyLife.Objects.Furniture.ParentFurnitureId
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: Draw(GameTime, object, Vector2, Color?, List<Item>)
nameWithType: Furniture.Draw(GameTime, object, Vector2, Color?, List<StaticSpriteBatch.Item>)
fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Color?, List(Of StaticSpriteBatch.Item))
fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Color?, List(Of Item))
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
name: Draw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name: <
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-07-04 16:50:43 +02:00
isExternal: true
- name: '>'
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
name: Draw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
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.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-07-04 16:50:43 +02:00
isExternal: true
- name: )
- name: )
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
parent: TinyLife.Objects.Furniture
isExternal: true
name: Intersects(RectangleF)
nameWithType: Furniture.Intersects(RectangleF)
fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
spec.csharp:
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
name: Intersects
- name: (
- uid: MLEM.Misc.RectangleF
name: RectangleF
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
name: Intersects
- name: (
- uid: MLEM.Misc.RectangleF
name: RectangleF
isExternal: true
- name: )
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
commentId: M:TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
parent: TinyLife.Objects.Furniture
name: GetCategories(Person)
nameWithType: Furniture.GetCategories(Person)
fullName: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
name: GetCategories
- name: (
- uid: TinyLife.Objects.Person
name: Person
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
name: GetCategories
- name: (
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.Objects.Furniture.OnAdded
commentId: M:TinyLife.Objects.Furniture.OnAdded
parent: TinyLife.Objects.Furniture
name: OnAdded()
nameWithType: Furniture.OnAdded()
fullName: TinyLife.Objects.Furniture.OnAdded()
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnAdded
name: OnAdded
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnAdded
name: OnAdded
- name: (
- name: )
- uid: TinyLife.Objects.Furniture.OnRemoved
commentId: M:TinyLife.Objects.Furniture.OnRemoved
parent: TinyLife.Objects.Furniture
name: OnRemoved()
nameWithType: Furniture.OnRemoved()
fullName: TinyLife.Objects.Furniture.OnRemoved()
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnRemoved
name: OnRemoved
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnRemoved
name: OnRemoved
- name: (
- name: )
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.Furniture
name: GetAiPriority(Person, ObjectCategory)
nameWithType: Furniture.GetAiPriority(Person, ObjectCategory)
fullName: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetAiPriority
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetAiPriority
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: CanExecuteAction(ActionType, ActionInfo, bool, bool)
nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, bool, bool)
fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool)
nameWithType.vb: Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
fullName.vb: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean)
name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
name: CanExecuteAction
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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: 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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
name: CanExecuteAction
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: OnActionCompleted(Action, CompletionType, bool)
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, bool)
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
nameWithType.vb: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
fullName.vb: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
name.vb: OnActionCompleted(Action, CompletionType, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name: OnActionCompleted
- name: (
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name: OnActionCompleted
- name: (
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
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
2022-07-04 16:50:43 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: ActionUpdate(Action, GameTime, TimeSpan, float, bool)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, float, bool)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool)
nameWithType.vb: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName.vb: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2022-07-04 16:50:43 +02:00
name: ActionUpdate
- name: (
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2022-07-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
- 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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2022-07-04 16:50:43 +02:00
name: ActionUpdate
- name: (
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2022-07-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
- 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
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.Furniture
name: GetFreeActionSpotInfo(Person, ObjectCategory)
nameWithType: Furniture.GetFreeActionSpotInfo(Person, ObjectCategory)
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpotInfo
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpotInfo
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
parent: TinyLife.Objects.Furniture
isExternal: true
name: GetHoverInfo(Tooltip)
nameWithType: Furniture.GetHoverInfo(Tooltip)
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
name: GetHoverInfo
- name: (
- uid: MLEM.Ui.Elements.Tooltip
name: Tooltip
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
name: GetHoverInfo
- name: (
- uid: MLEM.Ui.Elements.Tooltip
name: Tooltip
isExternal: true
- name: )
- 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
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
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
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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
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
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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
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
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
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
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
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
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
commentId: M:TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
parent: TinyLife.Objects.Furniture
isExternal: true
name: IsFreeSpot(Point)
nameWithType: Furniture.IsFreeSpot(Point)
fullName: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
spec.csharp:
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
name: IsFreeSpot
- name: (
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
name: IsFreeSpot
- name: (
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: )
2023-01-19 11:28:13 +01:00
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: ResetToStatic(bool)
nameWithType: Furniture.ResetToStatic(bool)
fullName: TinyLife.Objects.Furniture.ResetToStatic(bool)
nameWithType.vb: Furniture.ResetToStatic(Boolean)
fullName.vb: TinyLife.Objects.Furniture.ResetToStatic(Boolean)
name.vb: ResetToStatic(Boolean)
2023-01-19 11:28:13 +01:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
name: ResetToStatic
- name: (
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2023-01-19 11:28:13 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2023-01-19 11:28:13 +01:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
name: ResetToStatic
- name: (
- uid: System.Boolean
name: Boolean
2023-03-30 18:07:55 +02:00
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
parent: TinyLife.Objects.Furniture
isExternal: true
name: OnPositionChanged(Vector2)
nameWithType: Furniture.OnPositionChanged(Vector2)
fullName: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
name: OnPositionChanged
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)
name: OnPositionChanged
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
2023-01-19 11:28:13 +01:00
isExternal: true
- name: )
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.GetPrice
commentId: M:TinyLife.Objects.Furniture.GetPrice
parent: TinyLife.Objects.Furniture
name: GetPrice()
nameWithType: Furniture.GetPrice()
fullName: TinyLife.Objects.Furniture.GetPrice()
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
- name: (
- name: )
2023-01-16 12:24:01 +01:00
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: GetDescription(List<string>, bool)
nameWithType: Furniture.GetDescription(List<string>, bool)
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<string>, bool)
2023-01-16 12:24:01 +01:00
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of String), Boolean)
2023-01-16 12:24:01 +01:00
name.vb: GetDescription(List(Of String), Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
2023-01-16 12:24:01 +01:00
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2022-07-04 16:50:43 +02:00
name: GetDescription
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-07-04 16:50:43 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
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.string
2022-07-04 16:50:43 +02:00
- name: '>'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-01-16 12:24:01 +01:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2023-01-16 12:24:01 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2023-01-16 12:24:01 +01:00
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
2022-07-04 16:50:43 +02:00
name: GetDescription
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-01-16 12:24:01 +01:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2022-07-04 16:50:43 +02:00
name: GetDirty(Person, TimeSpan)
nameWithType: Furniture.GetDirty(Person, TimeSpan)
fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
name: GetDirty
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
name: GetDirty
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: SetCreator(Person, bool)
nameWithType: Furniture.SetCreator(Person, bool)
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, bool)
nameWithType.vb: Furniture.SetCreator(Person, Boolean)
fullName.vb: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, Boolean)
name.vb: SetCreator(Person, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
name: SetCreator
- name: (
- uid: TinyLife.Objects.Person
name: Person
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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
name: SetCreator
- name: (
- uid: TinyLife.Objects.Person
name: Person
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
2022-07-04 16:50:43 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: OnPlacedInBuildMode(FurniturePlacer, bool)
nameWithType: Furniture.OnPlacedInBuildMode(FurniturePlacer, bool)
fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, bool)
nameWithType.vb: Furniture.OnPlacedInBuildMode(FurniturePlacer, Boolean)
fullName.vb: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, Boolean)
name.vb: OnPlacedInBuildMode(FurniturePlacer, Boolean)
2022-12-20 13:25:03 +01:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
name: OnPlacedInBuildMode
- name: (
- uid: TinyLife.Tools.FurniturePlacer
name: FurniturePlacer
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-12-20 13:25:03 +01:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
name: OnPlacedInBuildMode
- name: (
- uid: TinyLife.Tools.FurniturePlacer
name: FurniturePlacer
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-12-20 13:25:03 +01:00
- name: )
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: OnNeighborChanged(Furniture)
nameWithType: Furniture.OnNeighborChanged(Furniture)
fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
name: OnNeighborChanged
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
name: OnNeighborChanged
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: DrawUi(GameTime, SpriteBatch, Element, float, int[])
nameWithType: Furniture.DrawUi(GameTime, SpriteBatch, Element, float, int[])
fullName: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, float, int[])
nameWithType.vb: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Integer())
fullName.vb: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, Single, Integer())
name.vb: DrawUi(GameTime, SpriteBatch, Element, Single, Integer())
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2022-07-04 16:50:43 +02:00
name: DrawUi
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-07-04 16:50:43 +02:00
name: SpriteBatch
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
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
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
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.int32
- name: '['
- name: ']'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
2022-07-04 16:50:43 +02:00
name: DrawUi
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-07-04 16:50:43 +02:00
name: SpriteBatch
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
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
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
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.int32
- name: (
- name: )
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId: M:TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: GetOccupants(ObjectCategory, bool)
nameWithType: Furniture.GetOccupants(ObjectCategory, bool)
fullName: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, bool)
nameWithType.vb: Furniture.GetOccupants(ObjectCategory, Boolean)
fullName.vb: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, Boolean)
name.vb: GetOccupants(ObjectCategory, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
name: GetOccupants
- name: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
name: GetOccupants
- name: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
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
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.Furniture
name: GetFreeActionSpots(Person, ObjectCategory)
nameWithType: Furniture.GetFreeActionSpots(Person, ObjectCategory)
fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpots
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpots
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.Furniture
name: GetFreeActionSpot(Person, ObjectCategory)
nameWithType: Furniture.GetFreeActionSpot(Person, ObjectCategory)
fullName: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpot
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: GetFreeActionSpot
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
name: GetActionSpotInfo(Person, ActionSpot, Direction2)
nameWithType: Furniture.GetActionSpotInfo(Person, ActionSpot, Direction2)
fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
name: GetActionSpotInfo
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
name: GetActionSpotInfo
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
name: GetFreeObjectSpot(FurnitureType, Vector2?)
nameWithType: Furniture.GetFreeObjectSpot(FurnitureType, Vector2?)
fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name: GetFreeObjectSpot
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name: GetFreeObjectSpot
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
parent: TinyLife.Objects.Furniture
name: SetParent(Furniture, ObjectSpot)
nameWithType: Furniture.SetParent(Furniture, ObjectSpot)
fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot)
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
name: SetParent
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
name: SetParent
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
- name: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
- name: (
- name: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
- name: (
- name: )
- uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture
name: GetChildren<T>()
nameWithType: Furniture.GetChildren<T>()
fullName: TinyLife.Objects.Furniture.GetChildren<T>()
nameWithType.vb: Furniture.GetChildren(Of T)()
fullName.vb: TinyLife.Objects.Furniture.GetChildren(Of T)()
name.vb: GetChildren(Of T)()
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetChildren``1
2023-03-30 18:07:55 +02:00
name: GetChildren
2022-07-04 16:50:43 +02:00
- name: <
- name: T
- name: '>'
2023-03-30 18:07:55 +02:00
- name: (
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Furniture.GetChildren``1
name: GetChildren
2022-07-04 16:50:43 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
2022-07-04 16:50:43 +02:00
- name: )
- name: (
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: AddChild<T>(FurnitureType, Direction2, int[], Guid?, Vector2?)
nameWithType: Furniture.AddChild<T>(FurnitureType, Direction2, int[], Guid?, Vector2?)
fullName: TinyLife.Objects.Furniture.AddChild<T>(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
name.vb: AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-03-30 18:07:55 +02:00
name: AddChild
- name: <
- name: T
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
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.int32
- name: '['
- name: ']'
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Guid
name: Guid
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-03-30 18:07:55 +02:00
name: AddChild
- name: (
- name: Of
- name: " "
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
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.int32
- name: (
- name: )
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Guid
name: Guid
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
name: AddChild(Furniture, Direction2, Vector2?)
nameWithType: Furniture.AddChild(Furniture, Direction2, Vector2?)
fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, Microsoft.Xna.Framework.Vector2?)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name: AddChild
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name: AddChild
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?)
nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?)
name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name: SetChild
- name: <
- name: T
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
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.int32
- name: '['
- name: ']'
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Guid
name: Guid
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
2023-03-30 18:07:55 +02:00
name: SetChild
- name: (
- name: Of
- name: " "
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
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.int32
- name: (
- name: )
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Guid
name: Guid
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetChild(ObjectSpot, Furniture, Direction2)
nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
name: SetChild
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
name: SetChild
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
commentId: M:TinyLife.Objects.Furniture.NotifyNeighbors
parent: TinyLife.Objects.Furniture
name: NotifyNeighbors()
nameWithType: Furniture.NotifyNeighbors()
fullName: TinyLife.Objects.Furniture.NotifyNeighbors()
spec.csharp:
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
name: NotifyNeighbors
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
name: NotifyNeighbors
- name: (
- name: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
- name: <
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
- name: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject
name: PersonRotationOrder
nameWithType: MapObject.PersonRotationOrder
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
- uid: TinyLife.Objects.MapObject.OnCreated
commentId: E:TinyLife.Objects.MapObject.OnCreated
parent: TinyLife.Objects.MapObject
name: OnCreated
nameWithType: MapObject.OnCreated
fullName: TinyLife.Objects.MapObject.OnCreated
- uid: TinyLife.Objects.MapObject.OnValidated
commentId: E:TinyLife.Objects.MapObject.OnValidated
parent: TinyLife.Objects.MapObject
name: OnValidated
nameWithType: MapObject.OnValidated
fullName: TinyLife.Objects.MapObject.OnValidated
- uid: TinyLife.Objects.MapObject.OnEventsAttachable
commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable
parent: TinyLife.Objects.MapObject
name: OnEventsAttachable
nameWithType: MapObject.OnEventsAttachable
fullName: TinyLife.Objects.MapObject.OnEventsAttachable
- uid: TinyLife.Objects.MapObject.OnDraw
commentId: E:TinyLife.Objects.MapObject.OnDraw
parent: TinyLife.Objects.MapObject
name: OnDraw
nameWithType: MapObject.OnDraw
fullName: TinyLife.Objects.MapObject.OnDraw
- uid: TinyLife.Objects.MapObject.OnUpdate
commentId: E:TinyLife.Objects.MapObject.OnUpdate
parent: TinyLife.Objects.MapObject
name: OnUpdate
nameWithType: MapObject.OnUpdate
fullName: TinyLife.Objects.MapObject.OnUpdate
2023-01-16 12:24:01 +01:00
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
parent: TinyLife.Objects.MapObject
name: OnGetHoverInfo
nameWithType: MapObject.OnGetHoverInfo
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.MapObject.Position
commentId: P:TinyLife.Objects.MapObject.Position
parent: TinyLife.Objects.MapObject
name: Position
nameWithType: MapObject.Position
fullName: TinyLife.Objects.MapObject.Position
- uid: TinyLife.Objects.MapObject.Id
commentId: P:TinyLife.Objects.MapObject.Id
parent: TinyLife.Objects.MapObject
name: Id
nameWithType: MapObject.Id
fullName: TinyLife.Objects.MapObject.Id
- uid: TinyLife.Objects.MapObject.Map
commentId: P:TinyLife.Objects.MapObject.Map
parent: TinyLife.Objects.MapObject
name: Map
nameWithType: MapObject.Map
fullName: TinyLife.Objects.MapObject.Map
- uid: TinyLife.Objects.MapObject.CurrentLot
commentId: P:TinyLife.Objects.MapObject.CurrentLot
parent: TinyLife.Objects.MapObject
name: CurrentLot
nameWithType: MapObject.CurrentLot
fullName: TinyLife.Objects.MapObject.CurrentLot
- uid: TinyLife.Objects.MapObject.CurrentRoom
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
parent: TinyLife.Objects.MapObject
name: CurrentRoom
nameWithType: MapObject.CurrentRoom
fullName: TinyLife.Objects.MapObject.CurrentRoom
- uid: TinyLife.Objects.MapObject.IsInWorld
commentId: P:TinyLife.Objects.MapObject.IsInWorld
parent: TinyLife.Objects.MapObject
name: IsInWorld
nameWithType: MapObject.IsInWorld
fullName: TinyLife.Objects.MapObject.IsInWorld
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.MapObject.HoldingPerson
commentId: P:TinyLife.Objects.MapObject.HoldingPerson
parent: TinyLife.Objects.MapObject
name: HoldingPerson
nameWithType: MapObject.HoldingPerson
fullName: TinyLife.Objects.MapObject.HoldingPerson
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
- name: (
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
- name: (
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: )
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
parent: TinyLife.Objects.MapObject
name: SetMapAndValidate(Map)
nameWithType: MapObject.SetMapAndValidate(Map)
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
spec.csharp:
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
name: SetMapAndValidate
- name: (
- uid: TinyLife.World.Map
name: Map
- name: )
spec.vb:
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
name: SetMapAndValidate
- name: (
- uid: TinyLife.World.Map
name: Map
- name: )
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.MapObject
name: HasCategory(Person, ObjectCategory)
nameWithType: MapObject.HasCategory(Person, ObjectCategory)
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: HasCategory
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
name: HasCategory
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetPathCostModifier(Point)
nameWithType: MapObject.GetPathCostModifier(Point)
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
name: GetPathCostModifier
- name: (
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
name: GetPathCostModifier
- name: (
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
parent: TinyLife.Objects.MapObject
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: DoDraw(GameTime, object, Color?, bool, List<Item>)
nameWithType: MapObject.DoDraw(GameTime, object, Color?, bool, List<StaticSpriteBatch.Item>)
fullName: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb: MapObject.DoDraw(GameTime, Object, Color?, Boolean, List(Of StaticSpriteBatch.Item))
fullName.vb: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Color?, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: DoDraw(GameTime, Object, Color?, Boolean, List(Of Item))
2022-07-28 14:58:38 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
name: DoDraw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-28 14:58:38 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name: <
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
- name: '>'
2022-07-28 14:58:38 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-28 14:58:38 +02:00
name: DoDraw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-28 14:58:38 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
2022-07-28 14:58:38 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- name: )
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
parent: TinyLife.Objects.MapObject
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: DoUpdate(GameTime, TimeSpan, float)
nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: DoUpdate(GameTime, TimeSpan, Single)
2022-07-28 14:58:38 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
name: DoUpdate
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-28 14:58:38 +02:00
name: DoUpdate
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.MapObject
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: DrawColumns(Map, Vector2, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool, bool, bool)
nameWithType: MapObject.DrawColumns(Map, Vector2, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool, bool, bool)
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool, bool, bool)
2022-09-05 14:19:42 +02:00
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean, Boolean, Boolean)
name.vb: DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name: DrawColumns
- name: (
- uid: TinyLife.World.Map
name: Map
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
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
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
2022-07-04 16:50:43 +02:00
name: Point
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name: <
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-07-04 16:50:43 +02:00
isExternal: true
2022-09-05 14:19:42 +02:00
- name: '>'
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.Objects.ParentInfo
name: ParentInfo
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
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
2022-07-04 16:50:43 +02:00
name: SpriteEffects
isExternal: true
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: 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: 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
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name: DrawColumns
- name: (
- uid: TinyLife.World.Map
name: Map
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
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.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
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
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
2022-07-04 16:50:43 +02:00
name: Point
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-07-04 16:50:43 +02:00
isExternal: true
2022-09-05 14:19:42 +02:00
- name: )
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.Objects.ParentInfo
name: ParentInfo
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
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
2022-07-04 16:50:43 +02:00
name: SpriteEffects
isExternal: true
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: 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: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String)
parent: TinyLife.Objects.MapObject
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetModCategory(string)
nameWithType: MapObject.GetModCategory(string)
fullName: TinyLife.Objects.MapObject.GetModCategory(string)
nameWithType.vb: MapObject.GetModCategory(String)
fullName.vb: TinyLife.Objects.MapObject.GetModCategory(String)
name.vb: GetModCategory(String)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
name: GetModCategory
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
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.string
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
name: GetModCategory
- 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
2022-07-04 16:50:43 +02:00
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData(string, object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
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.string
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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: " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2022-07-04 16:50:43 +02:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2022-07-04 16:50:43 +02:00
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
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.string
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2022-07-04 16:50:43 +02:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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: " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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()
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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()
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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()
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
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.object
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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: " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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()
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: (
- name: )
- uid: TinyLife.Objects.TrashCan.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy<TrashCan>(TrashCan)
nameWithType: Extensions.JsonCopy<TrashCan>(TrashCan)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.TrashCan>(TinyLife.Objects.TrashCan)
nameWithType.vb: Extensions.JsonCopy(Of TrashCan)(TrashCan)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.TrashCan)(TinyLife.Objects.TrashCan)
name.vb: JsonCopy(Of TrashCan)(TrashCan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.TrashCan)
name: JsonCopy
- name: <
- uid: TinyLife.Objects.TrashCan
name: TrashCan
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.TrashCan
name: TrashCan
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.TrashCan)
name: JsonCopy
2022-07-04 16:50:43 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Objects.TrashCan
name: TrashCan
- name: )
- name: (
- uid: TinyLife.Objects.TrashCan
name: TrashCan
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
2022-12-20 13:25:03 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
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
- name: <
- name: T
- name: '>'
2022-07-04 16:50:43 +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
- name: (
- name: Of
- name: " "
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
2022-07-04 16:50:43 +02:00
- uid: System.Collections.Generic.List{TinyLife.Objects.Furniture}
commentId: T:System.Collections.Generic.List{TinyLife.Objects.Furniture}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-07-04 16:50:43 +02:00
name: List<Furniture>
nameWithType: List<Furniture>
fullName: System.Collections.Generic.List<TinyLife.Objects.Furniture>
nameWithType.vb: List(Of Furniture)
fullName.vb: System.Collections.Generic.List(Of TinyLife.Objects.Furniture)
name.vb: List(Of Furniture)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-07-04 16:50:43 +02:00
- name: <
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-07-04 16:50:43 +02:00
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-07-04 16:50:43 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
- uid: TinyLife.Objects.TrashCan.IsMinorUpdateNow*
commentId: Overload:TinyLife.Objects.TrashCan.IsMinorUpdateNow
name: IsMinorUpdateNow
nameWithType: TrashCan.IsMinorUpdateNow
fullName: TinyLife.Objects.TrashCan.IsMinorUpdateNow
- uid: TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
commentId: P:TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
parent: TinyLife.Objects.IUpdatingObject
name: IsMinorUpdateNow
nameWithType: IUpdatingObject.IsMinorUpdateNow
fullName: TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.TrashCan.#ctor*
commentId: Overload:TinyLife.Objects.TrashCan.#ctor
name: TrashCan
nameWithType: TrashCan.TrashCan
fullName: TinyLife.Objects.TrashCan.TrashCan
2023-03-30 18:07:55 +02:00
nameWithType.vb: TrashCan.New
fullName.vb: TinyLife.Objects.TrashCan.New
name.vb: New
2022-07-04 16:50:43 +02:00
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
2022-07-04 16:50:43 +02:00
name: Guid
nameWithType: Guid
fullName: System.Guid
- uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType
parent: TinyLife.Objects
name: FurnitureType
nameWithType: FurnitureType
fullName: TinyLife.Objects.FurnitureType
- 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()
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
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.int32
- name: '['
- name: ']'
2022-07-04 16:50:43 +02:00
spec.vb:
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
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.int32
- name: (
- name: )
2022-07-04 16:50:43 +02:00
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
2022-07-04 16:50:43 +02:00
isExternal: true
name: Vector2
nameWithType: Vector2
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Vector2
2023-05-26 15:16:22 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- uid: TinyLife.Objects.TrashCan.Update*
commentId: Overload:TinyLife.Objects.TrashCan.Update
name: Update
nameWithType: TrashCan.Update
fullName: TinyLife.Objects.TrashCan.Update
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: Update(GameTime, TimeSpan, float)
nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb: IUpdatingObject.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
spec.csharp:
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
isExternal: true
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
isExternal: true
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
isExternal: true
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
parent: TinyLife.Objects.Furniture
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List<Item>)
nameWithType: Furniture.Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List<StaticSpriteBatch.Item>)
fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, bool, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of Item))
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
name: Draw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: '['
- name: ']'
- name: ','
- name: " "
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
- 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.Objects.ParentInfo
name: ParentInfo
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
- 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-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name: <
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
- name: '>'
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
2022-07-04 16:50:43 +02:00
name: Draw
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
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.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-07-04 16:50:43 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: (
- name: )
- name: ','
- name: " "
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
- 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.Objects.ParentInfo
name: ParentInfo
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
- 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-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
- name: )
2022-07-04 16:50:43 +02:00
- name: )
- uid: TinyLife.Objects.TrashCan.Draw*
commentId: Overload:TinyLife.Objects.TrashCan.Draw
name: Draw
nameWithType: TrashCan.Draw
fullName: TinyLife.Objects.TrashCan.Draw
2022-09-05 14:19:42 +02:00
- uid: System.Nullable{Microsoft.Xna.Framework.Color}
commentId: T:System.Nullable{Microsoft.Xna.Framework.Color}
2022-07-04 16:50:43 +02:00
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
name: Color?
nameWithType: Color?
fullName: Microsoft.Xna.Framework.Color?
2022-07-04 16:50:43 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +02:00
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2022-07-04 16:50:43 +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: TinyLife.Objects.ParentInfo
commentId: T:TinyLife.Objects.ParentInfo
parent: TinyLife.Objects
name: ParentInfo
nameWithType: ParentInfo
fullName: TinyLife.Objects.ParentInfo
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
commentId: T:System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
name: List<StaticSpriteBatch.Item>
nameWithType: List<StaticSpriteBatch.Item>
fullName: System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>
nameWithType.vb: List(Of StaticSpriteBatch.Item)
fullName.vb: System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)
name.vb: List(Of StaticSpriteBatch.Item)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name: <
2023-03-30 18:07:55 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch
name: StaticSpriteBatch
isExternal: true
- name: .
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: MLEM.Graphics.StaticSpriteBatch
name: StaticSpriteBatch
isExternal: true
- name: .
2022-09-05 14:19:42 +02:00
- uid: MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name: Item
2022-09-05 14:19:42 +02:00
isExternal: true
- name: )
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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: " "
2022-07-04 16:50:43 +02:00
- name: T
- name: )
- uid: TinyLife.Objects.Furniture.Validate
commentId: M:TinyLife.Objects.Furniture.Validate
parent: TinyLife.Objects.Furniture
name: Validate()
nameWithType: Furniture.Validate()
fullName: TinyLife.Objects.Furniture.Validate()
spec.csharp:
- uid: TinyLife.Objects.Furniture.Validate
name: Validate
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.Validate
name: Validate
- name: (
- name: )
- uid: TinyLife.Objects.TrashCan.Validate*
commentId: Overload:TinyLife.Objects.TrashCan.Validate
name: Validate
nameWithType: TrashCan.Validate
fullName: TinyLife.Objects.TrashCan.Validate
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
parent: TinyLife.Objects.Furniture
name: GetDecorativeRating(Room)
nameWithType: Furniture.GetDecorativeRating(Room)
fullName: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
name: GetDecorativeRating
- name: (
- uid: TinyLife.World.Room
name: Room
- name: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
name: GetDecorativeRating
- name: (
- uid: TinyLife.World.Room
name: Room
- name: )
- uid: TinyLife.Objects.TrashCan.GetDecorativeRating*
commentId: Overload:TinyLife.Objects.TrashCan.GetDecorativeRating
name: GetDecorativeRating
nameWithType: TrashCan.GetDecorativeRating
fullName: TinyLife.Objects.TrashCan.GetDecorativeRating
- uid: TinyLife.World.Room
commentId: T:TinyLife.World.Room
parent: TinyLife.World
name: Room
nameWithType: Room
fullName: TinyLife.World.Room
- 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