TinyLifeWeb/docs/api/TinyLife.PersonalityType.TypeCategory.yml

328 lines
10 KiB
YAML
Raw Normal View History

2021-10-14 20:30:40 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.PersonalityType.TypeCategory
commentId: T:TinyLife.PersonalityType.TypeCategory
id: PersonalityType.TypeCategory
parent: TinyLife
children:
- TinyLife.PersonalityType.TypeCategory.Hidden
- TinyLife.PersonalityType.TypeCategory.Major
- TinyLife.PersonalityType.TypeCategory.Minor
langs:
- csharp
- vb
name: PersonalityType.TypeCategory
nameWithType: PersonalityType.TypeCategory
fullName: TinyLife.PersonalityType.TypeCategory
type: Enum
source:
remote:
path: TinyLife/PersonalityType.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-10-14 20:30:40 +02:00
id: TypeCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2024-03-09 19:49:55 +01:00
startLine: 322
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
A type category is a category that a <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref> can have.
Its category influences how it is applied and whether it can be applied in the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>.
2021-10-14 20:30:40 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public enum PersonalityType.TypeCategory
content.vb: Public Enum PersonalityType.TypeCategory
2021-10-14 20:30:40 +02:00
extensionMethods:
- TinyLife.PersonalityType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.PersonalityType.TypeCategory.Major
commentId: F:TinyLife.PersonalityType.TypeCategory.Major
id: Major
parent: TinyLife.PersonalityType.TypeCategory
langs:
- csharp
- vb
name: Major
nameWithType: PersonalityType.TypeCategory.Major
fullName: TinyLife.PersonalityType.TypeCategory.Major
type: Field
source:
remote:
path: TinyLife/PersonalityType.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-10-14 20:30:40 +02:00
id: Major
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2024-03-09 19:49:55 +01:00
startLine: 327
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A major personality type can be applied in the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>, but only if the <xref href="TinyLife.PersonalityType.MaxMajorsPerPerson" data-throw-if-not-resolved="false"></xref> amount has not been reached yet
2021-10-14 20:30:40 +02:00
example: []
syntax:
content: Major = 0
return:
type: TinyLife.PersonalityType.TypeCategory
- uid: TinyLife.PersonalityType.TypeCategory.Minor
commentId: F:TinyLife.PersonalityType.TypeCategory.Minor
id: Minor
parent: TinyLife.PersonalityType.TypeCategory
langs:
- csharp
- vb
name: Minor
nameWithType: PersonalityType.TypeCategory.Minor
fullName: TinyLife.PersonalityType.TypeCategory.Minor
type: Field
source:
remote:
path: TinyLife/PersonalityType.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-10-14 20:30:40 +02:00
id: Minor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2024-03-09 19:49:55 +01:00
startLine: 331
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A minor personality type can be applied in the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>, regardless of how many personality types a person already has
2021-10-14 20:30:40 +02:00
example: []
syntax:
content: Minor = 1
return:
type: TinyLife.PersonalityType.TypeCategory
- uid: TinyLife.PersonalityType.TypeCategory.Hidden
commentId: F:TinyLife.PersonalityType.TypeCategory.Hidden
id: Hidden
parent: TinyLife.PersonalityType.TypeCategory
langs:
- csharp
- vb
name: Hidden
nameWithType: PersonalityType.TypeCategory.Hidden
fullName: TinyLife.PersonalityType.TypeCategory.Hidden
type: Field
source:
remote:
path: TinyLife/PersonalityType.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-10-14 20:30:40 +02:00
id: Hidden
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2024-03-09 19:49:55 +01:00
startLine: 336
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
A hidden personality type cannot be applied in the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>.
This category should be used by <xref href="TinyLife.Goals.LifeGoal" data-throw-if-not-resolved="false"></xref> reward personalities.
2021-10-14 20:30:40 +02:00
example: []
syntax:
content: Hidden = 2
return:
type: TinyLife.PersonalityType.TypeCategory
references:
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html
2021-10-14 20:30:40 +02:00
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CharacterCreator.html
2021-10-14 20:30:40 +02:00
name: CharacterCreator
nameWithType: CharacterCreator
fullName: TinyLife.Uis.CharacterCreator
- uid: TinyLife
commentId: N:TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-10-14 20:30:40 +02:00
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.PersonalityType.TypeCategory.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<TypeCategory>(TypeCategory)
nameWithType: Extensions.JsonCopy<PersonalityType.TypeCategory>(PersonalityType.TypeCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.PersonalityType.TypeCategory>(TinyLife.PersonalityType.TypeCategory)
nameWithType.vb: Extensions.JsonCopy(Of PersonalityType.TypeCategory)(PersonalityType.TypeCategory)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PersonalityType.TypeCategory)(TinyLife.PersonalityType.TypeCategory)
name.vb: JsonCopy(Of TypeCategory)(TypeCategory)
2021-10-14 20:30:40 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType.TypeCategory)
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.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-10-14 20:30:40 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2021-10-14 20:30:40 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType.TypeCategory)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-10-14 20:30:40 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2021-10-14 20:30:40 +02:00
- name: )
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-10-14 20:30:40 +02:00
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
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.Uis
name: Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.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.Uis
name: Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.html
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.MaxMajorsPerPerson
commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_MaxMajorsPerPerson
2023-03-30 18:07:55 +02:00
name: MaxMajorsPerPerson
nameWithType: PersonalityType.MaxMajorsPerPerson
fullName: TinyLife.PersonalityType.MaxMajorsPerPerson
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.TypeCategory
commentId: T:TinyLife.PersonalityType.TypeCategory
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html
2021-10-14 20:30:40 +02:00
name: PersonalityType.TypeCategory
nameWithType: PersonalityType.TypeCategory
fullName: TinyLife.PersonalityType.TypeCategory
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.PersonalityType
name: PersonalityType
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.PersonalityType
name: PersonalityType
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.TypeCategory.html
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Goals.LifeGoal
commentId: T:TinyLife.Goals.LifeGoal
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.LifeGoal.html
2021-10-14 20:30:40 +02:00
name: LifeGoal
nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-10-14 20:30:40 +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