TinyLifeWeb/docs/api/TinyLife.Goals.AchievementType.yml

1124 lines
40 KiB
YAML
Raw Permalink Normal View History

2022-07-28 14:58:38 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Goals.AchievementType
commentId: T:TinyLife.Goals.AchievementType
id: AchievementType
parent: TinyLife.Goals
children:
2024-04-21 10:22:04 +02:00
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
2022-07-28 14:58:38 +02:00
- TinyLife.Goals.AchievementType.Construct
- TinyLife.Goals.AchievementType.DieOnPublicLot
- TinyLife.Goals.AchievementType.DisplayName
- TinyLife.Goals.AchievementType.Goals
2024-04-21 10:22:04 +02:00
- TinyLife.Goals.AchievementType.Hidden
- TinyLife.Goals.AchievementType.HiddenTrash
2022-07-28 14:58:38 +02:00
- TinyLife.Goals.AchievementType.Icon
- TinyLife.Goals.AchievementType.Name
- TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
- TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
- TinyLife.Goals.AchievementType.Types
langs:
- csharp
- vb
name: AchievementType
nameWithType: AchievementType
fullName: TinyLife.Goals.AchievementType
type: Class
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AchievementType
path: ../TinyLife/Goals/Achievement.cs
2023-10-11 16:05:32 +02:00
startLine: 26
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: >-
An achievement type is a set of data for an <xref href="TinyLife.Goals.Achievement" data-throw-if-not-resolved="false"></xref> instance to contain.
To register new achievement types, use <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: >-
2023-03-30 18:07:55 +02:00
[JsonConverter(typeof(StaticJsonConverter<AchievementType>), new object[] { typeof(AchievementType), "PrivateTypes" })]
2022-07-28 14:58:38 +02:00
public class AchievementType
content.vb: >-
2023-03-30 18:07:55 +02:00
<JsonConverter(GetType(StaticJsonConverter(Of AchievementType)), New Object() { GetType(AchievementType), "PrivateTypes" })>
2022-07-28 14:58:38 +02:00
Public Class AchievementType
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.AchievementType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Goals.AchievementType.Types
commentId: F:TinyLife.Goals.AchievementType.Types
id: Types
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Types
nameWithType: AchievementType.Types
fullName: TinyLife.Goals.AchievementType.Types
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/Achievement.cs
2023-10-11 16:05:32 +02:00
startLine: 33
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: A set of all <xref href="TinyLife.Goals.AchievementType" data-throw-if-not-resolved="false"></xref> instances registered by the game and mods using <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public static readonly ReadOnlyDictionary<string, AchievementType> Types
return:
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, AchievementType)
- uid: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
commentId: F:TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
id: SomeoneDiesOnYourLot
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: SomeoneDiesOnYourLot
nameWithType: AchievementType.SomeoneDiesOnYourLot
fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneDiesOnYourLot
path: ../TinyLife/Goals/Achievement.cs
2023-10-11 16:05:32 +02:00
startLine: 36
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly AchievementType SomeoneDiesOnYourLot
return:
type: TinyLife.Goals.AchievementType
content.vb: Public Shared ReadOnly SomeoneDiesOnYourLot As AchievementType
- uid: TinyLife.Goals.AchievementType.DieOnPublicLot
commentId: F:TinyLife.Goals.AchievementType.DieOnPublicLot
id: DieOnPublicLot
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: DieOnPublicLot
nameWithType: AchievementType.DieOnPublicLot
fullName: TinyLife.Goals.AchievementType.DieOnPublicLot
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieOnPublicLot
path: ../TinyLife/Goals/Achievement.cs
2023-10-11 16:05:32 +02:00
startLine: 37
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly AchievementType DieOnPublicLot
return:
type: TinyLife.Goals.AchievementType
content.vb: Public Shared ReadOnly DieOnPublicLot As AchievementType
2024-04-21 10:22:04 +02:00
- uid: TinyLife.Goals.AchievementType.HiddenTrash
commentId: F:TinyLife.Goals.AchievementType.HiddenTrash
id: HiddenTrash
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: HiddenTrash
nameWithType: AchievementType.HiddenTrash
fullName: TinyLife.Goals.AchievementType.HiddenTrash
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HiddenTrash
path: ../TinyLife/Goals/Achievement.cs
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly AchievementType HiddenTrash
return:
type: TinyLife.Goals.AchievementType
content.vb: Public Shared ReadOnly HiddenTrash As AchievementType
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.Name
commentId: F:TinyLife.Goals.AchievementType.Name
id: Name
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Name
nameWithType: AchievementType.Name
fullName: TinyLife.Goals.AchievementType.Name
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 71
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Goals.AchievementType.Icon
commentId: F:TinyLife.Goals.AchievementType.Icon
id: Icon
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Icon
nameWithType: AchievementType.Icon
fullName: TinyLife.Goals.AchievementType.Icon
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 75
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: The icon that this achievement should display.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public readonly TextureRegion Icon
return:
type: MLEM.Textures.TextureRegion
content.vb: Public ReadOnly Icon As TextureRegion
- uid: TinyLife.Goals.AchievementType.Goals
commentId: F:TinyLife.Goals.AchievementType.Goals
id: Goals
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Goals
nameWithType: AchievementType.Goals
fullName: TinyLife.Goals.AchievementType.Goals
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 80
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: >-
The set of goals that have to be fulfilled for this achievement to be completed.
If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public readonly GoalSetInfo Goals
return:
type: TinyLife.Goals.GoalSetInfo
content.vb: Public ReadOnly Goals As GoalSetInfo
2024-04-21 10:22:04 +02:00
- uid: TinyLife.Goals.AchievementType.Hidden
commentId: F:TinyLife.Goals.AchievementType.Hidden
id: Hidden
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Hidden
nameWithType: AchievementType.Hidden
fullName: TinyLife.Goals.AchievementType.Hidden
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Goals/Achievement.cs
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public readonly bool Hidden
return:
type: System.Boolean
content.vb: Public ReadOnly Hidden As Boolean
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.DisplayName
commentId: P:TinyLife.Goals.AchievementType.DisplayName
id: DisplayName
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: DisplayName
nameWithType: AchievementType.DisplayName
fullName: TinyLife.Goals.AchievementType.DisplayName
type: Property
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 86
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: The display name of this achievement, which is based on <xref href="TinyLife.Goals.AchievementType.Name" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public string DisplayName { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property DisplayName As String
overload: TinyLife.Goals.AchievementType.DisplayName*
2024-04-21 10:22:04 +02:00
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)'
2022-07-28 14:58:38 +02:00
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
2024-04-21 10:22:04 +02:00
name: AchievementType(string, TextureRegion, GoalInfo, bool)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
2022-07-28 14:58:38 +02:00
type: Constructor
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 94
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: Creates a new achievement type with the given settings.
2022-07-28 14:58:38 +02:00
example: []
syntax:
2024-04-21 10:22:04 +02:00
content: public AchievementType(string name, TextureRegion icon, GoalInfo goal, bool hidden = false)
2022-07-28 14:58:38 +02:00
parameters:
- id: name
type: System.String
2024-01-07 16:53:47 +01:00
description: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
- id: icon
type: MLEM.Textures.TextureRegion
description: The icon that this achievement should display.
- id: goal
type: TinyLife.Goals.GoalInfo
2022-10-18 13:03:11 +02:00
description: The goal that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
2024-04-21 10:22:04 +02:00
- id: hidden
type: System.Boolean
content.vb: Public Sub New(name As String, icon As TextureRegion, goal As GoalInfo, hidden As Boolean = False)
2022-07-28 14:58:38 +02:00
overload: TinyLife.Goals.AchievementType.#ctor*
2024-04-21 10:22:04 +02:00
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalInfo, Boolean)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, Boolean)
name.vb: New(String, TextureRegion, GoalInfo, Boolean)
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)'
2022-07-28 14:58:38 +02:00
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
2024-04-21 10:22:04 +02:00
name: AchievementType(string, TextureRegion, GoalSetInfo, bool)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
2022-07-28 14:58:38 +02:00
type: Constructor
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 102
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: Creates a new achievement type with the given settings.
2022-07-28 14:58:38 +02:00
example: []
syntax:
2024-04-21 10:22:04 +02:00
content: public AchievementType(string name, TextureRegion icon, GoalSetInfo goals = null, bool hidden = false)
2022-07-28 14:58:38 +02:00
parameters:
- id: name
type: System.String
2024-01-07 16:53:47 +01:00
description: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
- id: icon
type: MLEM.Textures.TextureRegion
description: The icon that this achievement should display.
- id: goals
type: TinyLife.Goals.GoalSetInfo
2022-10-18 13:03:11 +02:00
description: The set of goals that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
2024-04-21 10:22:04 +02:00
- id: hidden
type: System.Boolean
content.vb: Public Sub New(name As String, icon As TextureRegion, goals As GoalSetInfo = Nothing, hidden As Boolean = False)
2022-07-28 14:58:38 +02:00
overload: TinyLife.Goals.AchievementType.#ctor*
2024-04-21 10:22:04 +02:00
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalSetInfo, Boolean)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, Boolean)
name.vb: New(String, TextureRegion, GoalSetInfo, Boolean)
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.Construct
commentId: M:TinyLife.Goals.AchievementType.Construct
id: Construct
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Construct()
nameWithType: AchievementType.Construct()
fullName: TinyLife.Goals.AchievementType.Construct()
type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 113
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: Constructs a new <xref href="TinyLife.Goals.Achievement" data-throw-if-not-resolved="false"></xref> instance with this type.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public virtual Achievement Construct()
return:
type: TinyLife.Goals.Achievement
description: The constructed achievement.
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Function Construct() As Achievement
2022-07-28 14:58:38 +02:00
overload: TinyLife.Goals.AchievementType.Construct*
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
commentId: M:TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
id: Register(TinyLife.Goals.AchievementType)
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Register(AchievementType)
nameWithType: AchievementType.Register(AchievementType)
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/Achievement.cs
2024-04-21 10:22:04 +02:00
startLine: 122
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Goals
2024-01-07 16:53:47 +01:00
summary: Registers the given achievement type to the <xref href="TinyLife.Goals.AchievementType.Types" data-throw-if-not-resolved="false"></xref> registry.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: public static AchievementType Register(AchievementType type)
parameters:
- id: type
type: TinyLife.Goals.AchievementType
description: The type to register.
return:
type: TinyLife.Goals.AchievementType
2024-01-07 16:53:47 +01:00
description: The passed <code class="paramref">type</code>, for chaining.
2022-07-28 14:58:38 +02:00
content.vb: Public Shared Function Register(type As AchievementType) As AchievementType
overload: TinyLife.Goals.AchievementType.Register*
references:
- uid: TinyLife.Goals.Achievement
commentId: T:TinyLife.Goals.Achievement
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.Achievement.html
2022-07-28 14:58:38 +02:00
name: Achievement
nameWithType: Achievement
fullName: TinyLife.Goals.Achievement
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
commentId: M:TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
name: Register(AchievementType)
nameWithType: AchievementType.Register(AchievementType)
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
spec.csharp:
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
name: Register
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
name: Register
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-07-28 14:58:38 +02:00
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
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.Goals
name: Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.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.Goals
name: Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.html
2022-07-28 14:58:38 +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-28 14:58:38 +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)
2022-07-28 14:58:38 +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-28 14:58:38 +02:00
- name: (
- 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
2022-07-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +02:00
- name: (
- 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-07-28 14:58:38 +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
2022-07-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +02:00
- name: (
- 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-07-28 14:58:38 +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
2022-07-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +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-28 14:58:38 +02:00
- name: (
- name: )
- uid: TinyLife.Goals.AchievementType.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<AchievementType>(AchievementType)
nameWithType: Extensions.JsonCopy<AchievementType>(AchievementType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AchievementType>(TinyLife.Goals.AchievementType)
nameWithType.vb: Extensions.JsonCopy(Of AchievementType)(AchievementType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AchievementType)(TinyLife.Goals.AchievementType)
name.vb: JsonCopy(Of AchievementType)(AchievementType)
2022-07-28 14:58:38 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.AchievementType)
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.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: '>'
2022-07-28 14:58:38 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2022-07-28 14:58:38 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.AchievementType)
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: " "
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: )
2022-07-28 14:58:38 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2022-07-28 14:58:38 +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-28 14:58:38 +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_
2022-07-28 14:58:38 +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: '>'
2022-07-28 14:58:38 +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: )
2022-07-28 14:58:38 +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
2022-07-28 14:58:38 +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
2022-07-28 14:58:38 +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
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType
commentId: T:TinyLife.Goals.AchievementType
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2022-07-28 14:58:38 +02:00
name: AchievementType
nameWithType: AchievementType
fullName: TinyLife.Goals.AchievementType
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
parent: System.Collections.ObjectModel
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name: ReadOnlyDictionary<string, AchievementType>
nameWithType: ReadOnlyDictionary<string, AchievementType>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Goals.AchievementType>
2022-07-28 14:58:38 +02:00
nameWithType.vb: ReadOnlyDictionary(Of String, AchievementType)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Goals.AchievementType)
2022-07-28 14:58:38 +02:00
name.vb: ReadOnlyDictionary(Of String, AchievementType)
spec.csharp:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-07-28 14:58:38 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
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.string
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2022-07-28 14:58:38 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +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
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2022-07-28 14:58:38 +02:00
- name: )
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-07-28 14:58:38 +02:00
name: ReadOnlyDictionary<TKey, TValue>
nameWithType: ReadOnlyDictionary<TKey, TValue>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
nameWithType.vb: ReadOnlyDictionary(Of TKey, TValue)
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue)
name.vb: ReadOnlyDictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-07-28 14:58:38 +02:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +02:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: TValue
- name: )
- uid: System.Collections.ObjectModel
commentId: N:System.Collections.ObjectModel
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-07-28 14:58:38 +02:00
name: System.Collections.ObjectModel
nameWithType: System.Collections.ObjectModel
fullName: System.Collections.ObjectModel
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.ObjectModel
name: ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
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.ObjectModel
name: ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.DisplayName
commentId: P:TinyLife.Goals.AchievementType.DisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_DisplayName
2023-03-30 18:07:55 +02:00
name: DisplayName
nameWithType: AchievementType.DisplayName
fullName: TinyLife.Goals.AchievementType.DisplayName
2022-07-28 14:58:38 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2022-07-28 14:58:38 +02:00
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
2022-10-18 13:03:11 +02:00
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
commentId: M:TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
name: CompleteAchievement(AchievementType)
nameWithType: GameImpl.CompleteAchievement(AchievementType)
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
spec.csharp:
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
name: CompleteAchievement
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
name: CompleteAchievement
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html
2023-03-30 18:07:55 +02:00
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.GoalSetInfo
commentId: T:TinyLife.Goals.GoalSetInfo
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.GoalSetInfo.html
2022-07-28 14:58:38 +02:00
name: GoalSetInfo
nameWithType: GoalSetInfo
fullName: TinyLife.Goals.GoalSetInfo
2024-04-21 10:22:04 +02:00
- 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-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.Name
commentId: F:TinyLife.Goals.AchievementType.Name
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Name
2023-03-30 18:07:55 +02:00
name: Name
nameWithType: AchievementType.Name
fullName: TinyLife.Goals.AchievementType.Name
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.DisplayName*
commentId: Overload:TinyLife.Goals.AchievementType.DisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_DisplayName
2022-07-28 14:58:38 +02:00
name: DisplayName
nameWithType: AchievementType.DisplayName
fullName: TinyLife.Goals.AchievementType.DisplayName
- uid: TinyLife.Goals.AchievementType.#ctor*
commentId: Overload:TinyLife.Goals.AchievementType.#ctor
2024-04-21 10:22:04 +02:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType__ctor_System_String_MLEM_Textures_TextureRegion_TinyLife_Goals_GoalInfo_System_Boolean_
2022-07-28 14:58:38 +02:00
name: AchievementType
nameWithType: AchievementType.AchievementType
fullName: TinyLife.Goals.AchievementType.AchievementType
2023-03-30 18:07:55 +02:00
nameWithType.vb: AchievementType.New
fullName.vb: TinyLife.Goals.AchievementType.New
name.vb: New
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.GoalInfo
commentId: T:TinyLife.Goals.GoalInfo
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.GoalInfo.html
2022-07-28 14:58:38 +02:00
name: GoalInfo
nameWithType: GoalInfo
fullName: TinyLife.Goals.GoalInfo
- uid: TinyLife.Goals.AchievementType.Construct*
commentId: Overload:TinyLife.Goals.AchievementType.Construct
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Construct
2022-07-28 14:58:38 +02:00
name: Construct
nameWithType: AchievementType.Construct
fullName: TinyLife.Goals.AchievementType.Construct
- uid: TinyLife.Goals.AchievementType.Types
commentId: F:TinyLife.Goals.AchievementType.Types
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Types
2023-03-30 18:07:55 +02:00
name: Types
nameWithType: AchievementType.Types
fullName: TinyLife.Goals.AchievementType.Types
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Goals.AchievementType.Register*
commentId: Overload:TinyLife.Goals.AchievementType.Register
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
2022-07-28 14:58:38 +02:00
name: Register
nameWithType: AchievementType.Register
fullName: TinyLife.Goals.AchievementType.Register