TinyLifeWeb/docs/api/TinyLife.PersonalityType.TypeCategory.yml
2024-03-09 19:49:55 +01:00

328 lines
10 KiB
YAML

### 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/PersonalityType.cs
startLine: 322
assemblies:
- Tiny Life
namespace: TinyLife
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>.
example: []
syntax:
content: public enum PersonalityType.TypeCategory
content.vb: Public Enum PersonalityType.TypeCategory
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Major
path: ../TinyLife/PersonalityType.cs
startLine: 327
assemblies:
- Tiny Life
namespace: TinyLife
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
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Minor
path: ../TinyLife/PersonalityType.cs
startLine: 331
assemblies:
- Tiny Life
namespace: TinyLife
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
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/PersonalityType.cs
startLine: 336
assemblies:
- Tiny Life
namespace: TinyLife
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.
example: []
syntax:
content: Hidden = 2
return:
type: TinyLife.PersonalityType.TypeCategory
references:
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
href: TinyLife.PersonalityType.html
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis
href: TinyLife.Uis.CharacterCreator.html
name: CharacterCreator
nameWithType: CharacterCreator
fullName: TinyLife.Uis.CharacterCreator
- uid: TinyLife
commentId: N:TinyLife
href: TinyLife.html
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)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
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)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType.TypeCategory)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
- name: '>'
- name: (
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType.TypeCategory)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
- name: )
- name: (
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
- name: )
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
href: TinyLife.html
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Uis
name: Uis
href: TinyLife.Uis.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Uis
name: Uis
href: TinyLife.Uis.html
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
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)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
href: TinyLife.Utilities.Extensions.html
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
href: TinyLife.html
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
- uid: TinyLife.PersonalityType.MaxMajorsPerPerson
commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_MaxMajorsPerPerson
name: MaxMajorsPerPerson
nameWithType: PersonalityType.MaxMajorsPerPerson
fullName: TinyLife.PersonalityType.MaxMajorsPerPerson
- uid: TinyLife.PersonalityType.TypeCategory
commentId: T:TinyLife.PersonalityType.TypeCategory
parent: TinyLife
href: TinyLife.PersonalityType.html
name: PersonalityType.TypeCategory
nameWithType: PersonalityType.TypeCategory
fullName: TinyLife.PersonalityType.TypeCategory
spec.csharp:
- uid: TinyLife.PersonalityType
name: PersonalityType
href: TinyLife.PersonalityType.html
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
spec.vb:
- uid: TinyLife.PersonalityType
name: PersonalityType
href: TinyLife.PersonalityType.html
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
href: TinyLife.PersonalityType.TypeCategory.html
- uid: TinyLife.Goals.LifeGoal
commentId: T:TinyLife.Goals.LifeGoal
parent: TinyLife.Goals
href: TinyLife.Goals.LifeGoal.html
name: LifeGoal
nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
href: TinyLife.html
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Goals
name: Goals
href: TinyLife.Goals.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Goals
name: Goals
href: TinyLife.Goals.html