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

337 lines
10 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:
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.DeathReason.Electrocution
- TinyLife.Objects.DeathReason.InexplicableReasons
- 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
2021-08-04 06:51:12 +02:00
type: Enum
source:
remote:
path: TinyLife/Objects/Person.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: DeathReason
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3709
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: An enum that represents a set of possible reasons for a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>'s death
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-04-14 13:00:36 +02:00
content: public enum DeathReason
content.vb: Public Enum DeathReason
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
- uid: TinyLife.Objects.DeathReason.Starvation
commentId: F:TinyLife.Objects.DeathReason.Starvation
2021-08-04 06:51:12 +02:00
id: Starvation
2023-04-14 13:00:36 +02:00
parent: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Starvation
2023-04-14 13:00:36 +02:00
nameWithType: DeathReason.Starvation
fullName: TinyLife.Objects.DeathReason.Starvation
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Person.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: Starvation
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3715
2021-08-04 06:51:12 +02:00
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 hunger.
This value is used by <xref href="TinyLife.Actions.StarveAction" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Starvation = 0
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
- 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
source:
remote:
path: TinyLife/Objects/Person.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: InexplicableReasons
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3720
2021-08-04 06:51:12 +02:00
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:
content: InexplicableReasons = 1
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
- 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
source:
remote:
path: TinyLife/Objects/Person.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: Electrocution
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3725
2021-08-04 06:51:12 +02:00
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:
content: Electrocution = 2
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.DeathReason
- 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
source:
remote:
path: TinyLife/Objects/Person.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: TooMuchProtein
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3729
2021-08-04 06:51:12 +02:00
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:
content: TooMuchProtein = 3
return:
2023-04-14 13:00:36 +02:00
type: TinyLife.Objects.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
source:
remote:
path: TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchBrew
path: ../TinyLife/Objects/Person.cs
2024-04-14 17:55:54 +02:00
startLine: 3733
2023-06-25 15:41:49 +02:00
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:
content: TooMuchBrew = 4
return:
type: TinyLife.Objects.DeathReason
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- 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
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: )
- 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.Actions.StarveAction
commentId: T:TinyLife.Actions.StarveAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.StarveAction.html
2023-03-30 18:07:55 +02:00
name: StarveAction
nameWithType: StarveAction
fullName: TinyLife.Actions.StarveAction
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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.RepairAction
commentId: T:TinyLife.Actions.RepairAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.RepairAction.html
2023-03-30 18:07:55 +02:00
name: RepairAction
nameWithType: RepairAction
fullName: TinyLife.Actions.RepairAction