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

787 lines
26 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.DeathReason
id: DeathReason
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects
children:
2024-12-14 12:53:33 +01:00
- TinyLife.Objects.DeathReason.#ctor(System.String)
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.DeathReason.Electrocution
- TinyLife.Objects.DeathReason.InexplicableReasons
2024-12-14 12:53:33 +01:00
- TinyLife.Objects.DeathReason.Name
- TinyLife.Objects.DeathReason.Overexertion
- TinyLife.Objects.DeathReason.Reasons
- TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.DeathReason.Starvation
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.DeathReason.TooMuchBrew
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.DeathReason.TooMuchProtein
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-04-14 13:00:36 +02:00
name: DeathReason
nameWithType: DeathReason
fullName: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
type: Class
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
2024-12-14 12:53:33 +01:00
content: >-
[JsonConverter(typeof(MigratingStaticJsonConverter<DeathReason>), new object[] { typeof(DeathReason), "PrivateReasons" })]
public class DeathReason
content.vb: >-
<JsonConverter(GetType(MigratingStaticJsonConverter(Of DeathReason)), New Object() { GetType(DeathReason), "PrivateReasons" })>
Public Class DeathReason
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
2021-08-04 06:51:12 +02:00
extensionMethods:
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
2024-12-14 12:53:33 +01:00
- uid: TinyLife.Objects.DeathReason.Reasons
commentId: F:TinyLife.Objects.DeathReason.Reasons
id: Reasons
2023-04-14 13:00:36 +02:00
parent: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2024-12-14 12:53:33 +01:00
name: Reasons
nameWithType: DeathReason.Reasons
fullName: TinyLife.Objects.DeathReason.Reasons
2021-08-04 06:51:12 +02:00
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
2024-12-14 12:53:33 +01:00
content: public static readonly ReadOnlyDictionary<string, DeathReason> Reasons
2021-08-04 06:51:12 +02:00
return:
2024-12-14 12:53:33 +01:00
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
content.vb: Public Shared ReadOnly Reasons As ReadOnlyDictionary(Of String, DeathReason)
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason.InexplicableReasons
commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons
2021-08-04 06:51:12 +02:00
id: InexplicableReasons
2023-04-14 13:00:36 +02:00
parent: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: InexplicableReasons
2023-04-14 13:00:36 +02:00
nameWithType: DeathReason.InexplicableReasons
fullName: TinyLife.Objects.DeathReason.InexplicableReasons
2021-08-04 06:51:12 +02:00
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A death reason that represents that a person died from an unknown reason.
This is only used by the "Die" cheat.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-12-14 12:53:33 +01:00
content: public static readonly DeathReason InexplicableReasons
return:
type: TinyLife.Objects.DeathReason
content.vb: Public Shared ReadOnly InexplicableReasons As DeathReason
- uid: TinyLife.Objects.DeathReason.Starvation
commentId: F:TinyLife.Objects.DeathReason.Starvation
id: Starvation
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: Starvation
nameWithType: DeathReason.Starvation
fullName: TinyLife.Objects.DeathReason.Starvation
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: >-
A death reason that represents that a person died from hunger.
This value is used by <xref href="TinyLife.Actions.StarveAction" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static readonly DeathReason Starvation
2021-08-04 06:51:12 +02:00
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
content.vb: Public Shared ReadOnly Starvation As DeathReason
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason.Electrocution
commentId: F:TinyLife.Objects.DeathReason.Electrocution
2021-08-04 06:51:12 +02:00
id: Electrocution
2023-04-14 13:00:36 +02:00
parent: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Electrocution
2023-04-14 13:00:36 +02:00
nameWithType: DeathReason.Electrocution
fullName: TinyLife.Objects.DeathReason.Electrocution
2021-08-04 06:51:12 +02:00
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A death reason that represents that a person died from electric shock.
This value is used by <xref href="TinyLife.Actions.RepairAction" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-12-14 12:53:33 +01:00
content: public static readonly DeathReason Electrocution
2021-08-04 06:51:12 +02:00
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
content.vb: Public Shared ReadOnly Electrocution As DeathReason
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason.TooMuchProtein
commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein
2021-08-04 06:51:12 +02:00
id: TooMuchProtein
2023-04-14 13:00:36 +02:00
parent: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: TooMuchProtein
2023-04-14 13:00:36 +02:00
nameWithType: DeathReason.TooMuchProtein
fullName: TinyLife.Objects.DeathReason.TooMuchProtein
2021-08-04 06:51:12 +02:00
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A death reason that represents that a person died from drinking too many protein shakes
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-12-14 12:53:33 +01:00
content: public static readonly DeathReason TooMuchProtein
2021-08-04 06:51:12 +02:00
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
content.vb: Public Shared ReadOnly TooMuchProtein As DeathReason
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Objects.DeathReason.TooMuchBrew
commentId: F:TinyLife.Objects.DeathReason.TooMuchBrew
id: TooMuchBrew
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: TooMuchBrew
nameWithType: DeathReason.TooMuchBrew
fullName: TinyLife.Objects.DeathReason.TooMuchBrew
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A death reason that represents that a person died from drinking too much brew, which represents alcohol.
2023-06-25 15:41:49 +02:00
example: []
syntax:
2024-12-14 12:53:33 +01:00
content: public static readonly DeathReason TooMuchBrew
return:
type: TinyLife.Objects.DeathReason
content.vb: Public Shared ReadOnly TooMuchBrew As DeathReason
- uid: TinyLife.Objects.DeathReason.Overexertion
commentId: F:TinyLife.Objects.DeathReason.Overexertion
id: Overexertion
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: Overexertion
nameWithType: DeathReason.Overexertion
fullName: TinyLife.Objects.DeathReason.Overexertion
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly DeathReason Overexertion
return:
type: TinyLife.Objects.DeathReason
content.vb: Public Shared ReadOnly Overexertion As DeathReason
- uid: TinyLife.Objects.DeathReason.Name
commentId: F:TinyLife.Objects.DeathReason.Name
id: Name
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: Name
nameWithType: DeathReason.Name
fullName: TinyLife.Objects.DeathReason.Name
type: Field
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Objects.DeathReason.#ctor(System.String)
commentId: M:TinyLife.Objects.DeathReason.#ctor(System.String)
id: '#ctor(System.String)'
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: DeathReason(string)
nameWithType: DeathReason.DeathReason(string)
fullName: TinyLife.Objects.DeathReason.DeathReason(string)
type: Constructor
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public DeathReason(string name)
parameters:
- id: name
type: System.String
content.vb: Public Sub New(name As String)
overload: TinyLife.Objects.DeathReason.#ctor*
nameWithType.vb: DeathReason.New(String)
fullName.vb: TinyLife.Objects.DeathReason.New(String)
name.vb: New(String)
- uid: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
commentId: M:TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
id: Register(TinyLife.Objects.DeathReason)
parent: TinyLife.Objects.DeathReason
langs:
- csharp
- vb
name: Register(DeathReason)
nameWithType: DeathReason.Register(DeathReason)
fullName: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
type: Method
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static DeathReason Register(DeathReason reason)
parameters:
- id: reason
type: TinyLife.Objects.DeathReason
2023-06-25 15:41:49 +02:00
return:
type: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
content.vb: Public Shared Function Register(reason As DeathReason) As DeathReason
overload: TinyLife.Objects.DeathReason.Register*
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2024-12-14 12:53:33 +01:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
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<DeathReason>(DeathReason)
2023-04-14 13:00:36 +02:00
nameWithType: Extensions.JsonCopy<DeathReason>(DeathReason)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.DeathReason>(TinyLife.Objects.DeathReason)
nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason)
2023-03-30 18:07:55 +02:00
name.vb: JsonCopy(Of DeathReason)(DeathReason)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
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: <
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
2023-03-30 18:07:55 +02:00
name: DeathReason
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.DeathReason.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
2023-03-30 18:07:55 +02:00
name: DeathReason
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.DeathReason.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
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: " "
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
2023-03-30 18:07:55 +02:00
name: DeathReason
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.DeathReason.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
2023-03-30 18:07:55 +02:00
name: DeathReason
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.DeathReason.html
2021-08-04 06:51:12 +02:00
- name: )
2024-12-14 12:53:33 +01:00
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: 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
2024-12-14 12:53:33 +01:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
parent: System.Collections.ObjectModel
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name: ReadOnlyDictionary<string, DeathReason>
nameWithType: ReadOnlyDictionary<string, DeathReason>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Objects.DeathReason>
nameWithType.vb: ReadOnlyDictionary(Of String, DeathReason)
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Objects.DeathReason)
name.vb: ReadOnlyDictionary(Of String, DeathReason)
spec.csharp:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: TinyLife.Objects.DeathReason
name: DeathReason
href: TinyLife.Objects.DeathReason.html
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: TinyLife.Objects.DeathReason
name: DeathReason
href: TinyLife.Objects.DeathReason.html
- name: )
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
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
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
- uid: System.Collections.ObjectModel
commentId: N:System.Collections.ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.ObjectModel
nameWithType: System.Collections.ObjectModel
fullName: System.Collections.ObjectModel
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
2023-04-14 13:00:36 +02:00
- uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.DeathReason.html
2023-04-14 13:00:36 +02:00
name: DeathReason
nameWithType: DeathReason
fullName: TinyLife.Objects.DeathReason
2024-12-14 12:53:33 +01:00
- uid: TinyLife.Actions.StarveAction
commentId: T:TinyLife.Actions.StarveAction
name: StarveAction
nameWithType: StarveAction
fullName: TinyLife.Actions.StarveAction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.RepairAction
commentId: T:TinyLife.Actions.RepairAction
2023-03-30 18:07:55 +02:00
name: RepairAction
nameWithType: RepairAction
fullName: TinyLife.Actions.RepairAction
2024-12-14 12:53:33 +01:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Objects.DeathReason.#ctor*
commentId: Overload:TinyLife.Objects.DeathReason.#ctor
href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason__ctor_System_String_
name: DeathReason
nameWithType: DeathReason.DeathReason
fullName: TinyLife.Objects.DeathReason.DeathReason
nameWithType.vb: DeathReason.New
fullName.vb: TinyLife.Objects.DeathReason.New
name.vb: New
- uid: TinyLife.Objects.DeathReason.Register*
commentId: Overload:TinyLife.Objects.DeathReason.Register
href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason_Register_TinyLife_Objects_DeathReason_
name: Register
nameWithType: DeathReason.Register
fullName: TinyLife.Objects.DeathReason.Register