TinyLifeWeb/docs/api/TinyLife.World.SwingingDoor.yml

1276 lines
47 KiB
YAML
Raw Permalink Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.World.SwingingDoor
commentId: T:TinyLife.World.SwingingDoor
id: SwingingDoor
parent: TinyLife.World
children:
2022-05-24 13:36:05 +02:00
- TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32[])
2023-12-06 13:25:52 +01:00
- TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2024-03-09 19:49:55 +01:00
- TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)
2023-11-04 19:27:38 +01:00
- TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2023-10-11 16:05:32 +02:00
- TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)
2021-08-04 06:51:12 +02:00
- TinyLife.World.SwingingDoor.Lock
langs:
- csharp
- vb
name: SwingingDoor
nameWithType: SwingingDoor
fullName: TinyLife.World.SwingingDoor
type: Class
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SwingingDoor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 133
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
An opening is some sort of extrusion in a <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref>, like a window or a door.
Openings are created from their underlying <xref href="TinyLife.World.OpeningType" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-05-26 15:16:22 +02:00
content: 'public class SwingingDoor : Door'
content.vb: Public Class SwingingDoor Inherits Door
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
- TinyLife.World.Opening
- TinyLife.World.Door
inheritedMembers:
2021-08-30 20:44:32 +02:00
- TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Opening.Type
- TinyLife.World.Opening.Color
2022-05-24 13:36:05 +02:00
- TinyLife.World.Opening.Colors
2023-10-11 16:05:32 +02:00
- TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike,TinyLife.World.Map)
2022-05-24 13:36:05 +02:00
- TinyLife.World.Opening.GetDescription
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.World.SwingingDoor.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.World.SwingingDoor.Lock
commentId: F:TinyLife.World.SwingingDoor.Lock
id: Lock
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
name: Lock
nameWithType: SwingingDoor.Lock
fullName: TinyLife.World.SwingingDoor.Lock
type: Field
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Lock
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 139
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The lock type that this door is locked with, or 0 if the door is not locked
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
public LockType Lock
return:
type: TinyLife.World.LockType
content.vb: >-
<DataMember>
Public Lock As LockType
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32[])
commentId: M:TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32[])
id: '#ctor(TinyLife.World.OpeningType,System.Int32[])'
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: SwingingDoor(OpeningType, int[])
nameWithType: SwingingDoor.SwingingDoor(OpeningType, int[])
fullName: TinyLife.World.SwingingDoor.SwingingDoor(TinyLife.World.OpeningType, int[])
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 142
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Creates a new opening from the given opening type and color
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public SwingingDoor(OpeningType type, int[] colors)
2021-08-04 06:51:12 +02:00
parameters:
- id: type
type: TinyLife.World.OpeningType
2022-01-08 12:41:09 +01:00
description: The opening type
2022-05-24 13:36:05 +02:00
- id: colors
type: System.Int32[]
description: The indices of the colors to use
content.vb: Public Sub New(type As OpeningType, colors As Integer())
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.SwingingDoor.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: SwingingDoor.New(OpeningType, Integer())
fullName.vb: TinyLife.World.SwingingDoor.New(TinyLife.World.OpeningType, Integer())
name.vb: New(OpeningType, Integer())
2023-11-04 19:27:38 +01:00
- uid: TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
2023-11-04 19:27:38 +01:00
name: Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?)
nameWithType: SwingingDoor.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?)
fullName: TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, bool, float, Microsoft.Xna.Framework.Color?)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Draw
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 145
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Draws this opening in the world with the given settings
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-11-04 19:27:38 +01:00
content: public override void Draw(GameTime time, SpriteBatch batch, Map map, WallLike wall, Vector2 drawPos, bool vertical, float scale, Color? overrideColor)
2021-08-04 06:51:12 +02:00
parameters:
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description: The game's time
2021-08-04 06:51:12 +02:00
- id: batch
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-01-08 12:41:09 +01:00
description: The sprite batch to use for drawing
2021-08-04 06:51:12 +02:00
- id: map
type: TinyLife.World.Map
2022-01-08 12:41:09 +01:00
description: The map that the opening is on
2021-08-04 06:51:12 +02:00
- id: wall
2023-10-11 16:05:32 +02:00
type: TinyLife.Objects.WallLike
2022-01-08 12:41:09 +01:00
description: The wall that the opening is in
2021-08-04 06:51:12 +02:00
- id: drawPos
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2022-01-08 12:41:09 +01:00
description: The position, in screen space, to draw the opening on
2021-08-04 06:51:12 +02:00
- id: vertical
type: System.Boolean
2022-01-08 12:41:09 +01:00
description: Whether the wall that the opening is on is vertical
2021-08-04 06:51:12 +02:00
- id: scale
type: System.Single
2022-01-08 12:41:09 +01:00
description: The scale to draw the opening with
2021-08-04 06:51:12 +02:00
- id: overrideColor
2022-09-05 14:19:42 +02:00
type: System.Nullable{Microsoft.Xna.Framework.Color}
2024-01-07 16:53:47 +01:00
description: A color that should be used instead of this opening's default color, or null to use the opening's default color
2023-11-04 19:27:38 +01:00
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, map As Map, wall As WallLike, drawPos As Vector2, vertical As Boolean, scale As Single, overrideColor As Color?)
overridden: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.SwingingDoor.Draw*
2023-11-04 19:27:38 +01:00
nameWithType.vb: SwingingDoor.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, Boolean, Single, Color?)
fullName.vb: TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, Boolean, Single, Microsoft.Xna.Framework.Color?)
name.vb: Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, Boolean, Single, Color?)
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
commentId: M:TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
id: CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
2023-12-06 13:25:52 +01:00
name: CanWalkThrough(Map, WallLike, MapObject)
nameWithType: SwingingDoor.CanWalkThrough(Map, WallLike, MapObject)
fullName: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CanWalkThrough
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 156
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns whether a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> is able to walk through a <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref> that has this opening.
This returns true for <xref href="TinyLife.World.Door" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.SwingingDoor" data-throw-if-not-resolved="false"></xref> and false for <xref href="TinyLife.World.Opening" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-12-06 13:25:52 +01:00
content: public override bool CanWalkThrough(Map map, WallLike wall, MapObject obj)
2021-08-04 06:51:12 +02:00
parameters:
2023-07-20 14:27:20 +02:00
- id: map
type: TinyLife.World.Map
2021-08-04 06:51:12 +02:00
- id: wall
2023-10-11 16:05:32 +02:00
type: TinyLife.Objects.WallLike
2023-12-06 13:25:52 +01:00
- id: obj
type: TinyLife.Objects.MapObject
2021-08-04 06:51:12 +02:00
return:
type: System.Boolean
2022-01-08 12:41:09 +01:00
description: ''
2023-12-06 13:25:52 +01:00
content.vb: Public Overrides Function CanWalkThrough(map As Map, wall As WallLike, obj As MapObject) As Boolean
overridden: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.SwingingDoor.CanWalkThrough*
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)
commentId: M:TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)
id: IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: IsOpen(Map, WallLike)
nameWithType: SwingingDoor.IsOpen(Map, WallLike)
fullName: TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map, TinyLife.Objects.WallLike)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Opening.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id: IsOpen
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 170
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Calculates and returns whether this opening is currently open.
This method returns true if any people that <xref href="TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map%2cTinyLife.Objects.WallLike%2cTinyLife.Objects.MapObject)" data-throw-if-not-resolved="false"></xref> this door are close enough for it to display as opened.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public virtual bool IsOpen(Map map, WallLike wall)
2021-08-30 20:44:32 +02:00
parameters:
- id: map
type: TinyLife.World.Map
description: The map that the opening is on
- id: wall
2023-10-11 16:05:32 +02:00
type: TinyLife.Objects.WallLike
2021-08-30 20:44:32 +02:00
description: The wall that the opening is in
2021-08-04 06:51:12 +02:00
return:
type: System.Boolean
2021-08-30 20:44:32 +02:00
description: Whether this opening is currently open
2023-10-11 16:05:32 +02:00
content.vb: Public Overridable Function IsOpen(map As Map, wall As WallLike) As Boolean
2021-08-30 20:44:32 +02:00
overload: TinyLife.World.SwingingDoor.IsOpen*
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)
commentId: M:TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)
id: Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)
parent: TinyLife.World.SwingingDoor
langs:
- csharp
- vb
name: Construct(OpeningType, int[], WallLike)
nameWithType: SwingingDoor.Construct(OpeningType, int[], WallLike)
fullName: TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType, int[], TinyLife.Objects.WallLike)
type: Method
source:
remote:
path: TinyLife/World/Opening.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/World/Opening.cs
2024-04-14 17:55:54 +02:00
startLine: 183
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
Constructs a new door with the given settings.
This is a helper method that can be used through a method group when constructing a new <xref href="TinyLife.World.OpeningType" data-throw-if-not-resolved="false"></xref>.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public static SwingingDoor Construct(OpeningType type, int[] colors, WallLike wall)
parameters:
- id: type
type: TinyLife.World.OpeningType
2024-04-14 17:55:54 +02:00
description: The type.
2024-03-09 19:49:55 +01:00
- id: colors
type: System.Int32[]
2024-04-14 17:55:54 +02:00
description: The colors.
2024-03-09 19:49:55 +01:00
- id: wall
type: TinyLife.Objects.WallLike
2024-04-14 17:55:54 +02:00
description: The wall.
2024-03-09 19:49:55 +01:00
return:
type: TinyLife.World.SwingingDoor
2024-04-14 17:55:54 +02:00
description: The constructed door.
2024-03-09 19:49:55 +01:00
content.vb: Public Shared Function Construct(type As OpeningType, colors As Integer(), wall As WallLike) As SwingingDoor
overload: TinyLife.World.SwingingDoor.Construct*
nameWithType.vb: SwingingDoor.Construct(OpeningType, Integer(), WallLike)
fullName.vb: TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType, Integer(), TinyLife.Objects.WallLike)
name.vb: Construct(OpeningType, Integer(), WallLike)
2021-08-04 06:51:12 +02:00
references:
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Objects.WallLike
commentId: T:TinyLife.Objects.WallLike
parent: TinyLife.Objects
href: TinyLife.Objects.WallLike.html
name: WallLike
nameWithType: WallLike
fullName: TinyLife.Objects.WallLike
- uid: TinyLife.World.OpeningType
commentId: T:TinyLife.World.OpeningType
parent: TinyLife.World
href: TinyLife.World.OpeningType.html
name: OpeningType
nameWithType: OpeningType
fullName: TinyLife.World.OpeningType
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Opening
commentId: T:TinyLife.World.Opening
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html
2021-08-04 06:51:12 +02:00
name: Opening
nameWithType: Opening
fullName: TinyLife.World.Opening
- uid: TinyLife.World.Door
commentId: T:TinyLife.World.Door
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html
2021-08-04 06:51:12 +02:00
name: Door
nameWithType: Door
fullName: TinyLife.World.Door
2021-08-30 20:44:32 +02:00
- uid: TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
commentId: M:TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
parent: TinyLife.World.Door
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanPlaceOn_TinyLife_Objects_FurnitureType_
2021-08-30 20:44:32 +02:00
name: CanPlaceOn(FurnitureType)
nameWithType: Door.CanPlaceOn(FurnitureType)
fullName: TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
spec.csharp:
- uid: TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
name: CanPlaceOn
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanPlaceOn_TinyLife_Objects_FurnitureType_
2021-08-30 20:44:32 +02:00
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2021-08-30 20:44:32 +02:00
- name: )
spec.vb:
- uid: TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)
name: CanPlaceOn
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanPlaceOn_TinyLife_Objects_FurnitureType_
2021-08-30 20:44:32 +02:00
- name: (
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2021-08-30 20:44:32 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Opening.Type
commentId: F:TinyLife.World.Opening.Type
parent: TinyLife.World.Opening
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Type
2021-08-04 06:51:12 +02:00
name: Type
nameWithType: Opening.Type
fullName: TinyLife.World.Opening.Type
- uid: TinyLife.World.Opening.Color
commentId: F:TinyLife.World.Opening.Color
parent: TinyLife.World.Opening
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Color
2021-08-04 06:51:12 +02:00
name: Color
nameWithType: Opening.Color
fullName: TinyLife.World.Opening.Color
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.Opening.Colors
commentId: F:TinyLife.World.Opening.Colors
parent: TinyLife.World.Opening
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Colors
2022-05-24 13:36:05 +02:00
name: Colors
nameWithType: Opening.Colors
fullName: TinyLife.World.Opening.Colors
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike,TinyLife.World.Map)
commentId: M:TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike,TinyLife.World.Map)
2022-05-24 13:36:05 +02:00
parent: TinyLife.World.Opening
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Validate_TinyLife_Objects_WallLike_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
name: Validate(WallLike, Map)
nameWithType: Opening.Validate(WallLike, Map)
fullName: TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike, TinyLife.World.Map)
2022-05-24 13:36:05 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike,TinyLife.World.Map)
2022-05-24 13:36:05 +02:00
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Validate_TinyLife_Objects_WallLike_TinyLife_World_Map_
2022-05-24 13:36:05 +02:00
- name: (
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike,TinyLife.World.Map)
2022-05-24 13:36:05 +02:00
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Validate_TinyLife_Objects_WallLike_TinyLife_World_Map_
2022-05-24 13:36:05 +02:00
- name: (
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2022-05-24 13:36:05 +02:00
- name: )
- uid: TinyLife.World.Opening.GetDescription
commentId: M:TinyLife.World.Opening.GetDescription
parent: TinyLife.World.Opening
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_GetDescription
2022-05-24 13:36:05 +02:00
name: GetDescription()
nameWithType: Opening.GetDescription()
fullName: TinyLife.World.Opening.GetDescription()
spec.csharp:
- uid: TinyLife.World.Opening.GetDescription
name: GetDescription
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_GetDescription
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Opening.GetDescription
name: GetDescription
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_GetDescription
2022-05-24 13:36:05 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.World.SwingingDoor.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<SwingingDoor>(SwingingDoor)
nameWithType: Extensions.JsonCopy<SwingingDoor>(SwingingDoor)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.SwingingDoor>(TinyLife.World.SwingingDoor)
nameWithType.vb: Extensions.JsonCopy(Of SwingingDoor)(SwingingDoor)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.SwingingDoor)(TinyLife.World.SwingingDoor)
name.vb: JsonCopy(Of SwingingDoor)(SwingingDoor)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.SwingingDoor)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.World.SwingingDoor
name: SwingingDoor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.SwingingDoor
name: SwingingDoor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.SwingingDoor)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.World.SwingingDoor
name: SwingingDoor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.World.SwingingDoor
name: SwingingDoor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html
2021-08-04 06:51:12 +02:00
- name: )
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
href: TinyLife.html
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Objects
name: Objects
href: TinyLife.Objects.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Objects
name: Objects
href: TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.LockType
commentId: T:TinyLife.World.LockType
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.LockType.html
2021-08-04 06:51:12 +02:00
name: LockType
nameWithType: LockType
fullName: TinyLife.World.LockType
- uid: TinyLife.World.SwingingDoor.#ctor*
commentId: Overload:TinyLife.World.SwingingDoor.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor__ctor_TinyLife_World_OpeningType_System_Int32___
2021-08-04 06:51:12 +02:00
name: SwingingDoor
nameWithType: SwingingDoor.SwingingDoor
fullName: TinyLife.World.SwingingDoor.SwingingDoor
2023-03-30 18:07:55 +02:00
nameWithType.vb: SwingingDoor.New
fullName.vb: TinyLife.World.SwingingDoor.New
name.vb: New
2022-05-24 13:36:05 +02:00
- uid: System.Int32[]
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int[]
nameWithType: int[]
fullName: int[]
nameWithType.vb: Integer()
fullName.vb: Integer()
name.vb: Integer()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: '['
- name: ']'
2022-05-24 13:36:05 +02:00
spec.vb:
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: (
- name: )
2023-11-04 19:27:38 +01:00
- uid: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Opening
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_TinyLife_Objects_WallLike_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__
2023-11-04 19:27:38 +01:00
name: Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?)
nameWithType: Opening.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?)
fullName: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, bool, float, Microsoft.Xna.Framework.Color?)
nameWithType.vb: Opening.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, Boolean, Single, Color?)
fullName.vb: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, Boolean, Single, Microsoft.Xna.Framework.Color?)
name.vb: Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, Boolean, Single, Color?)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-11-04 19:27:38 +01:00
- uid: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
name: Draw
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_TinyLife_Objects_WallLike_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name: SpriteBatch
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-11-04 19:27:38 +01:00
- uid: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
name: Draw
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Opening.html#TinyLife_World_Opening_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_TinyLife_Objects_WallLike_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name: SpriteBatch
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.World.SwingingDoor.Draw*
commentId: Overload:TinyLife.World.SwingingDoor.Draw
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_TinyLife_Objects_WallLike_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__
2021-08-04 06:51:12 +02:00
name: Draw
nameWithType: SwingingDoor.Draw
fullName: TinyLife.World.SwingingDoor.Draw
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent: Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
isExternal: true
name: SpriteBatch
nameWithType: SpriteBatch
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: Vector2
nameWithType: Vector2
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2021-08-04 06:51:12 +02:00
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2022-09-05 14:19:42 +02:00
- uid: System.Nullable{Microsoft.Xna.Framework.Color}
commentId: T:System.Nullable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +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?
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
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
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Graphics
commentId: N:Microsoft.Xna.Framework.Graphics
isExternal: true
name: Microsoft.Xna.Framework.Graphics
nameWithType: Microsoft.Xna.Framework.Graphics
fullName: Microsoft.Xna.Framework.Graphics
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework.Graphics
name: Graphics
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework.Graphics
name: Graphics
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
href: TinyLife.Objects.Person.html
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.World.SwingingDoor
commentId: T:TinyLife.World.SwingingDoor
2024-03-09 19:49:55 +01:00
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html
name: SwingingDoor
nameWithType: SwingingDoor
fullName: TinyLife.World.SwingingDoor
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
commentId: M:TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Door
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2023-12-06 13:25:52 +01:00
name: CanWalkThrough(Map, WallLike, MapObject)
nameWithType: Door.CanWalkThrough(Map, WallLike, MapObject)
fullName: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
name: CanWalkThrough
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2021-08-04 06:51:12 +02:00
- name: (
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2021-08-04 06:51:12 +02:00
name: CanWalkThrough
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Door.html#TinyLife_World_Door_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2021-08-04 06:51:12 +02:00
- name: (
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.World.SwingingDoor.CanWalkThrough*
commentId: Overload:TinyLife.World.SwingingDoor.CanWalkThrough
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2021-08-04 06:51:12 +02:00
name: CanWalkThrough
nameWithType: SwingingDoor.CanWalkThrough
fullName: TinyLife.World.SwingingDoor.CanWalkThrough
2023-12-06 13:25:52 +01:00
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2023-12-06 13:25:52 +01:00
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
commentId: M:TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2023-12-06 13:25:52 +01:00
name: CanWalkThrough(Map, WallLike, MapObject)
nameWithType: SwingingDoor.CanWalkThrough(Map, WallLike, MapObject)
fullName: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2023-03-30 18:07:55 +02:00
name: CanWalkThrough
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2023-03-30 18:07:55 +02:00
- name: (
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)
2023-03-30 18:07:55 +02:00
name: CanWalkThrough
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_CanWalkThrough_TinyLife_World_Map_TinyLife_Objects_WallLike_TinyLife_Objects_MapObject_
2023-03-30 18:07:55 +02:00
- name: (
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
name: WallLike
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-30 20:44:32 +02:00
- uid: TinyLife.World.SwingingDoor.IsOpen*
commentId: Overload:TinyLife.World.SwingingDoor.IsOpen
2024-01-07 16:53:47 +01:00
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_IsOpen_TinyLife_World_Map_TinyLife_Objects_WallLike_
2021-08-30 20:44:32 +02:00
name: IsOpen
nameWithType: SwingingDoor.IsOpen
fullName: TinyLife.World.SwingingDoor.IsOpen
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.SwingingDoor.Construct*
commentId: Overload:TinyLife.World.SwingingDoor.Construct
href: TinyLife.World.SwingingDoor.html#TinyLife_World_SwingingDoor_Construct_TinyLife_World_OpeningType_System_Int32___TinyLife_Objects_WallLike_
name: Construct
nameWithType: SwingingDoor.Construct
fullName: TinyLife.World.SwingingDoor.Construct