TinyLifeWeb/docs/api/TinyLife.PersonalityType.TypeCategory.yml
2023-05-26 15:16:22 +02:00

286 lines
8.9 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: 298
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA type category is a category that a <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref> can have.\nIts 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>.\n"
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: 303
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA 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\n"
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: 307
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA 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\n"
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: 312
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA hidden personality type cannot be applied in the <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref>.\nThis category should be used by <xref href=\"TinyLife.Goals.LifeGoal\" data-throw-if-not-resolved=\"false\"></xref> reward personalities.\n"
example: []
syntax:
content: Hidden = 2
return:
type: TinyLife.PersonalityType.TypeCategory
references:
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis
name: CharacterCreator
nameWithType: CharacterCreator
fullName: TinyLife.Uis.CharacterCreator
- uid: TinyLife
commentId: N:TinyLife
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)
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
- name: <
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
- name: '>'
- name: (
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType.TypeCategory)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
- name: )
- name: (
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
- name: )
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M: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
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.PersonalityType.MaxMajorsPerPerson
commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson
name: MaxMajorsPerPerson
nameWithType: PersonalityType.MaxMajorsPerPerson
fullName: TinyLife.PersonalityType.MaxMajorsPerPerson
- uid: TinyLife.PersonalityType.TypeCategory
commentId: T:TinyLife.PersonalityType.TypeCategory
parent: TinyLife
name: PersonalityType.TypeCategory
nameWithType: PersonalityType.TypeCategory
fullName: TinyLife.PersonalityType.TypeCategory
spec.csharp:
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
spec.vb:
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
- uid: TinyLife.Goals.LifeGoal
commentId: T:TinyLife.Goals.LifeGoal
parent: TinyLife.Goals
name: LifeGoal
nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals