TinyLifeWeb/docs/api/TinyLife.PersonalityType.yml

2726 lines
86 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
id: PersonalityType
parent: TinyLife
children:
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
2023-04-14 13:00:36 +02:00
- TinyLife.PersonalityType.AfraidOfStrangers
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.AllowedAges
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Ambitious
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.Aromantic
- TinyLife.PersonalityType.Asexual
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.BoostedSkills
2022-05-24 13:36:05 +02:00
- TinyLife.PersonalityType.BoostedSkillTypes
2022-07-04 16:50:43 +02:00
- TinyLife.PersonalityType.CapableCarpenter
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.Category
2023-01-16 12:24:01 +01:00
- TinyLife.PersonalityType.CityNative
2023-04-14 13:00:36 +02:00
- TinyLife.PersonalityType.Clingy
2023-03-30 18:07:55 +02:00
- TinyLife.PersonalityType.CommunicativeBaby
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.ComputerAddict
2022-12-20 13:25:03 +01:00
- TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Creative
- TinyLife.PersonalityType.Energetic
- TinyLife.PersonalityType.Extroverted
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.FamilyFocused
2023-04-14 13:00:36 +02:00
- TinyLife.PersonalityType.FastLearner
- TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
2022-05-24 13:36:05 +02:00
- TinyLife.PersonalityType.Foodie
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.FriendOfEveryone
- TinyLife.PersonalityType.GymRat
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.HatesChildren
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.HouseholdHero
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.Incompatible
2023-04-14 13:00:36 +02:00
- TinyLife.PersonalityType.Independent
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Introverted
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Lazy
- TinyLife.PersonalityType.Likeable
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.MasterChef
- TinyLife.PersonalityType.MaxMajorsPerPerson
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Mean
2022-03-09 16:13:05 +01:00
- TinyLife.PersonalityType.Millionaire
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Name
2022-10-18 13:03:11 +02:00
- TinyLife.PersonalityType.Outdoorsy
2022-12-20 13:25:03 +01:00
- TinyLife.PersonalityType.PerfectPainter
2022-06-09 20:12:10 +02:00
- TinyLife.PersonalityType.Pescetarian
2023-03-30 18:07:55 +02:00
- TinyLife.PersonalityType.ReadBaby
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
2021-10-14 20:30:40 +02:00
- TinyLife.PersonalityType.SmartKid
2021-11-23 16:24:04 +01:00
- TinyLife.PersonalityType.SourceString
2022-11-12 13:53:28 +01:00
- TinyLife.PersonalityType.Techie
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Texture
- TinyLife.PersonalityType.Thinker
2022-12-20 13:25:03 +01:00
- TinyLife.PersonalityType.Thrifty
2021-08-04 06:51:12 +02:00
- TinyLife.PersonalityType.Types
2022-06-09 20:12:10 +02:00
- TinyLife.PersonalityType.Vegan
- TinyLife.PersonalityType.Vegetarian
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
type: Class
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: PersonalityType
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 26
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA personality type is a trait that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can have.\nEach personality type is meant to influence the person&apos;s behavior and abilities slightly in a certain way.\n"
example: []
syntax:
content: >-
2023-03-30 18:07:55 +02:00
[JsonConverter(typeof(StaticJsonConverter<PersonalityType>), new object[] { typeof(PersonalityType), "PrivateTypes" })]
2021-08-04 06:51:12 +02:00
2021-11-23 16:24:04 +01:00
public class PersonalityType : IEmotionSource
2021-08-04 06:51:12 +02:00
content.vb: >-
2023-03-30 18:07:55 +02:00
<JsonConverter(GetType(StaticJsonConverter(Of PersonalityType)), New Object() { GetType(PersonalityType), "PrivateTypes" })>
2021-08-04 06:51:12 +02:00
2023-03-30 18:07:55 +02:00
Public Class PersonalityType Implements IEmotionSource
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2021-11-23 16:24:04 +01:00
implements:
- TinyLife.Emotions.IEmotionSource
2021-08-04 06:51:12 +02:00
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
extensionMethods:
- TinyLife.PersonalityType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.PersonalityType.Types
commentId: F:TinyLife.PersonalityType.Types
id: Types
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Types
nameWithType: PersonalityType.Types
fullName: TinyLife.PersonalityType.Types
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Types
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 36
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA registry of all of the personality types in the game.\nUse <xref href=\"TinyLife.PersonalityType.Register(TinyLife.PersonalityType)\" data-throw-if-not-resolved=\"false\"></xref> to register custom personality types.\n"
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly ReadOnlyDictionary<string, PersonalityType> Types
2021-08-04 06:51:12 +02:00
return:
2022-05-24 13:36:05 +02:00
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.PersonalityType}
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, PersonalityType)
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.MaxMajorsPerPerson
commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson
id: MaxMajorsPerPerson
2021-08-04 06:51:12 +02:00
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: MaxMajorsPerPerson
nameWithType: PersonalityType.MaxMajorsPerPerson
fullName: TinyLife.PersonalityType.MaxMajorsPerPerson
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: MaxMajorsPerPerson
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 40
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2021-10-14 20:30:40 +02:00
summary: "\nThe amount of major (non-<xref href=\"TinyLife.PersonalityType.TypeCategory.Minor\" data-throw-if-not-resolved=\"false\"></xref>) personality types that each <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can have, based on their <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref>\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-10-14 20:30:40 +02:00
content: public static readonly Dictionary<AgeGroup, int> MaxMajorsPerPerson
2021-08-04 06:51:12 +02:00
return:
2021-10-14 20:30:40 +02:00
type: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.Int32}
content.vb: Public Shared ReadOnly MaxMajorsPerPerson As Dictionary(Of AgeGroup, Integer)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.Lazy
commentId: F:TinyLife.PersonalityType.Lazy
id: Lazy
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Lazy
nameWithType: PersonalityType.Lazy
fullName: TinyLife.PersonalityType.Lazy
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Lazy
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 50
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Lazy
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Lazy As PersonalityType
- uid: TinyLife.PersonalityType.Energetic
commentId: F:TinyLife.PersonalityType.Energetic
id: Energetic
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Energetic
nameWithType: PersonalityType.Energetic
fullName: TinyLife.PersonalityType.Energetic
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Energetic
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 53
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Energetic
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Energetic As PersonalityType
- uid: TinyLife.PersonalityType.Creative
commentId: F:TinyLife.PersonalityType.Creative
id: Creative
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Creative
nameWithType: PersonalityType.Creative
fullName: TinyLife.PersonalityType.Creative
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Creative
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 57
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Creative
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Creative As PersonalityType
- uid: TinyLife.PersonalityType.Likeable
commentId: F:TinyLife.PersonalityType.Likeable
id: Likeable
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Likeable
nameWithType: PersonalityType.Likeable
fullName: TinyLife.PersonalityType.Likeable
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Likeable
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 60
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Likeable
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Likeable As PersonalityType
- uid: TinyLife.PersonalityType.Mean
commentId: F:TinyLife.PersonalityType.Mean
id: Mean
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Mean
nameWithType: PersonalityType.Mean
fullName: TinyLife.PersonalityType.Mean
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Mean
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 63
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Mean
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Mean As PersonalityType
- uid: TinyLife.PersonalityType.Ambitious
commentId: F:TinyLife.PersonalityType.Ambitious
id: Ambitious
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Ambitious
nameWithType: PersonalityType.Ambitious
fullName: TinyLife.PersonalityType.Ambitious
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Ambitious
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 67
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Ambitious
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Ambitious As PersonalityType
- uid: TinyLife.PersonalityType.Thinker
commentId: F:TinyLife.PersonalityType.Thinker
id: Thinker
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Thinker
nameWithType: PersonalityType.Thinker
fullName: TinyLife.PersonalityType.Thinker
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Thinker
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 71
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Thinker
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Thinker As PersonalityType
- uid: TinyLife.PersonalityType.Introverted
commentId: F:TinyLife.PersonalityType.Introverted
id: Introverted
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Introverted
nameWithType: PersonalityType.Introverted
fullName: TinyLife.PersonalityType.Introverted
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Introverted
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 74
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Introverted
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Introverted As PersonalityType
- uid: TinyLife.PersonalityType.Extroverted
commentId: F:TinyLife.PersonalityType.Extroverted
id: Extroverted
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Extroverted
nameWithType: PersonalityType.Extroverted
fullName: TinyLife.PersonalityType.Extroverted
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Extroverted
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 75
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Extroverted
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Extroverted As PersonalityType
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.FamilyFocused
commentId: F:TinyLife.PersonalityType.FamilyFocused
id: FamilyFocused
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: FamilyFocused
nameWithType: PersonalityType.FamilyFocused
fullName: TinyLife.PersonalityType.FamilyFocused
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilyFocused
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 79
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType FamilyFocused
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly FamilyFocused As PersonalityType
2022-05-24 13:36:05 +02:00
- uid: TinyLife.PersonalityType.Foodie
commentId: F:TinyLife.PersonalityType.Foodie
id: Foodie
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Foodie
nameWithType: PersonalityType.Foodie
fullName: TinyLife.PersonalityType.Foodie
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Foodie
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 84
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Foodie
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Foodie As PersonalityType
2022-10-18 13:03:11 +02:00
- uid: TinyLife.PersonalityType.Outdoorsy
commentId: F:TinyLife.PersonalityType.Outdoorsy
id: Outdoorsy
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Outdoorsy
nameWithType: PersonalityType.Outdoorsy
fullName: TinyLife.PersonalityType.Outdoorsy
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-10-18 13:03:11 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outdoorsy
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 87
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Outdoorsy
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Outdoorsy As PersonalityType
2022-11-12 13:53:28 +01:00
- uid: TinyLife.PersonalityType.Techie
commentId: F:TinyLife.PersonalityType.Techie
id: Techie
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Techie
nameWithType: PersonalityType.Techie
fullName: TinyLife.PersonalityType.Techie
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Techie
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 88
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Techie
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Techie As PersonalityType
2022-12-20 13:25:03 +01:00
- uid: TinyLife.PersonalityType.Thrifty
commentId: F:TinyLife.PersonalityType.Thrifty
id: Thrifty
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Thrifty
nameWithType: PersonalityType.Thrifty
fullName: TinyLife.PersonalityType.Thrifty
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thrifty
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 92
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Thrifty
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Thrifty As PersonalityType
2023-04-14 13:00:36 +02:00
- uid: TinyLife.PersonalityType.Independent
commentId: F:TinyLife.PersonalityType.Independent
id: Independent
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Independent
nameWithType: PersonalityType.Independent
fullName: TinyLife.PersonalityType.Independent
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Independent
path: ../TinyLife/PersonalityType.cs
startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Independent
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Independent As PersonalityType
- uid: TinyLife.PersonalityType.FastLearner
commentId: F:TinyLife.PersonalityType.FastLearner
id: FastLearner
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: FastLearner
nameWithType: PersonalityType.FastLearner
fullName: TinyLife.PersonalityType.FastLearner
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FastLearner
path: ../TinyLife/PersonalityType.cs
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType FastLearner
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly FastLearner As PersonalityType
- uid: TinyLife.PersonalityType.Clingy
commentId: F:TinyLife.PersonalityType.Clingy
id: Clingy
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Clingy
nameWithType: PersonalityType.Clingy
fullName: TinyLife.PersonalityType.Clingy
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clingy
path: ../TinyLife/PersonalityType.cs
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Clingy
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Clingy As PersonalityType
- uid: TinyLife.PersonalityType.AfraidOfStrangers
commentId: F:TinyLife.PersonalityType.AfraidOfStrangers
id: AfraidOfStrangers
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: AfraidOfStrangers
nameWithType: PersonalityType.AfraidOfStrangers
fullName: TinyLife.PersonalityType.AfraidOfStrangers
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AfraidOfStrangers
path: ../TinyLife/PersonalityType.cs
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType AfraidOfStrangers
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly AfraidOfStrangers As PersonalityType
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.Asexual
commentId: F:TinyLife.PersonalityType.Asexual
id: Asexual
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Asexual
nameWithType: PersonalityType.Asexual
fullName: TinyLife.PersonalityType.Asexual
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Asexual
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 116
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Asexual
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Asexual As PersonalityType
- uid: TinyLife.PersonalityType.Aromantic
commentId: F:TinyLife.PersonalityType.Aromantic
id: Aromantic
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Aromantic
nameWithType: PersonalityType.Aromantic
fullName: TinyLife.PersonalityType.Aromantic
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Aromantic
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 120
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Aromantic
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Aromantic As PersonalityType
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.HatesChildren
commentId: F:TinyLife.PersonalityType.HatesChildren
id: HatesChildren
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: HatesChildren
nameWithType: PersonalityType.HatesChildren
fullName: TinyLife.PersonalityType.HatesChildren
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HatesChildren
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 124
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType HatesChildren
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly HatesChildren As PersonalityType
2022-06-09 20:12:10 +02:00
- uid: TinyLife.PersonalityType.Pescetarian
commentId: F:TinyLife.PersonalityType.Pescetarian
id: Pescetarian
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Pescetarian
nameWithType: PersonalityType.Pescetarian
fullName: TinyLife.PersonalityType.Pescetarian
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pescetarian
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 128
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Pescetarian
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Pescetarian As PersonalityType
- uid: TinyLife.PersonalityType.Vegetarian
commentId: F:TinyLife.PersonalityType.Vegetarian
id: Vegetarian
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Vegetarian
nameWithType: PersonalityType.Vegetarian
fullName: TinyLife.PersonalityType.Vegetarian
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegetarian
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 132
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Vegetarian
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Vegetarian As PersonalityType
- uid: TinyLife.PersonalityType.Vegan
commentId: F:TinyLife.PersonalityType.Vegan
id: Vegan
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Vegan
nameWithType: PersonalityType.Vegan
fullName: TinyLife.PersonalityType.Vegan
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegan
path: ../TinyLife/PersonalityType.cs
2023-04-14 13:00:36 +02:00
startLine: 136
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Vegan
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Vegan As PersonalityType
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.MasterChef
commentId: F:TinyLife.PersonalityType.MasterChef
id: MasterChef
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: MasterChef
nameWithType: PersonalityType.MasterChef
fullName: TinyLife.PersonalityType.MasterChef
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: MasterChef
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 143
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType MasterChef
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly MasterChef As PersonalityType
- uid: TinyLife.PersonalityType.SmartKid
commentId: F:TinyLife.PersonalityType.SmartKid
id: SmartKid
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: SmartKid
nameWithType: PersonalityType.SmartKid
fullName: TinyLife.PersonalityType.SmartKid
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: SmartKid
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 146
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType SmartKid
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly SmartKid As PersonalityType
- uid: TinyLife.PersonalityType.GymRat
commentId: F:TinyLife.PersonalityType.GymRat
id: GymRat
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: GymRat
nameWithType: PersonalityType.GymRat
fullName: TinyLife.PersonalityType.GymRat
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: GymRat
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 150
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType GymRat
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly GymRat As PersonalityType
- uid: TinyLife.PersonalityType.HouseholdHero
commentId: F:TinyLife.PersonalityType.HouseholdHero
id: HouseholdHero
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: HouseholdHero
nameWithType: PersonalityType.HouseholdHero
fullName: TinyLife.PersonalityType.HouseholdHero
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: HouseholdHero
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 153
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType HouseholdHero
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly HouseholdHero As PersonalityType
- uid: TinyLife.PersonalityType.ComputerAddict
commentId: F:TinyLife.PersonalityType.ComputerAddict
id: ComputerAddict
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: ComputerAddict
nameWithType: PersonalityType.ComputerAddict
fullName: TinyLife.PersonalityType.ComputerAddict
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: ComputerAddict
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 156
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType ComputerAddict
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly ComputerAddict As PersonalityType
- uid: TinyLife.PersonalityType.FriendOfEveryone
commentId: F:TinyLife.PersonalityType.FriendOfEveryone
id: FriendOfEveryone
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: FriendOfEveryone
nameWithType: PersonalityType.FriendOfEveryone
fullName: TinyLife.PersonalityType.FriendOfEveryone
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: FriendOfEveryone
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 159
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType FriendOfEveryone
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly FriendOfEveryone As PersonalityType
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.Millionaire
commentId: F:TinyLife.PersonalityType.Millionaire
id: Millionaire
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Millionaire
nameWithType: PersonalityType.Millionaire
fullName: TinyLife.PersonalityType.Millionaire
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 163
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Millionaire
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Millionaire As PersonalityType
2022-07-04 16:50:43 +02:00
- uid: TinyLife.PersonalityType.CapableCarpenter
commentId: F:TinyLife.PersonalityType.CapableCarpenter
id: CapableCarpenter
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: CapableCarpenter
nameWithType: PersonalityType.CapableCarpenter
fullName: TinyLife.PersonalityType.CapableCarpenter
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CapableCarpenter
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 166
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType CapableCarpenter
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly CapableCarpenter As PersonalityType
2022-12-20 13:25:03 +01:00
- uid: TinyLife.PersonalityType.PerfectPainter
commentId: F:TinyLife.PersonalityType.PerfectPainter
id: PerfectPainter
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: PerfectPainter
nameWithType: PersonalityType.PerfectPainter
fullName: TinyLife.PersonalityType.PerfectPainter
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectPainter
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 169
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType PerfectPainter
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly PerfectPainter As PersonalityType
2023-03-30 18:07:55 +02:00
- uid: TinyLife.PersonalityType.ReadBaby
commentId: F:TinyLife.PersonalityType.ReadBaby
id: ReadBaby
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: ReadBaby
nameWithType: PersonalityType.ReadBaby
fullName: TinyLife.PersonalityType.ReadBaby
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBaby
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 172
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType ReadBaby
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly ReadBaby As PersonalityType
- uid: TinyLife.PersonalityType.CommunicativeBaby
commentId: F:TinyLife.PersonalityType.CommunicativeBaby
id: CommunicativeBaby
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: CommunicativeBaby
nameWithType: PersonalityType.CommunicativeBaby
fullName: TinyLife.PersonalityType.CommunicativeBaby
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CommunicativeBaby
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 175
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType CommunicativeBaby
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly CommunicativeBaby As PersonalityType
2023-06-25 15:41:49 +02:00
- uid: TinyLife.PersonalityType.CityNative
commentId: F:TinyLife.PersonalityType.CityNative
id: CityNative
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: CityNative
nameWithType: PersonalityType.CityNative
fullName: TinyLife.PersonalityType.CityNative
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CityNative
path: ../TinyLife/PersonalityType.cs
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType CityNative
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly CityNative As PersonalityType
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.Name
commentId: F:TinyLife.PersonalityType.Name
id: Name
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Name
nameWithType: PersonalityType.Name
fullName: TinyLife.PersonalityType.Name
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Name
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 188
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe name of this personality type.\nAs this is used for <xref href=\"TinyLife.PersonalityType.Types\" data-throw-if-not-resolved=\"false\"></xref>, this name needs to be unique across all installed mods.\n"
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.PersonalityType.Texture
commentId: F:TinyLife.PersonalityType.Texture
id: Texture
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Texture
nameWithType: PersonalityType.Texture
fullName: TinyLife.PersonalityType.Texture
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Texture
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 192
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe icon texture for this personality type\n"
example: []
syntax:
content: public readonly TextureRegion Texture
return:
type: MLEM.Textures.TextureRegion
content.vb: Public ReadOnly Texture As TextureRegion
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.Incompatible
commentId: P:TinyLife.PersonalityType.Incompatible
id: Incompatible
2021-08-04 06:51:12 +02:00
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: Incompatible
nameWithType: PersonalityType.Incompatible
fullName: TinyLife.PersonalityType.Incompatible
type: Property
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: Incompatible
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 197
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2022-03-09 16:13:05 +01:00
summary: "\nA set of personality types that cannot be applied together with this one. This property is queried in <xref href=\"TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)\" data-throw-if-not-resolved=\"false\"></xref>.\nDefaults to null, meaning all other personality types are compatible with this one.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public Func<PersonalityType[]> Incompatible { get; init; }
2022-03-09 16:13:05 +01:00
parameters: []
2021-08-04 06:51:12 +02:00
return:
2022-03-09 16:13:05 +01:00
type: System.Func{TinyLife.PersonalityType[]}
content.vb: Public Property Incompatible As Func(Of PersonalityType())
overload: TinyLife.PersonalityType.Incompatible*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.BoostedSkills
commentId: P:TinyLife.PersonalityType.BoostedSkills
id: BoostedSkills
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: BoostedSkills
nameWithType: PersonalityType.BoostedSkills
fullName: TinyLife.PersonalityType.BoostedSkills
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: BoostedSkills
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 204
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2022-05-24 13:36:05 +02:00
summary: "\nA set of <xref href=\"TinyLife.Skills.SkillCategory\" data-throw-if-not-resolved=\"false\"></xref> values that represent the skill categories that are boosted by this personality type, along with the amount that they are boosted by.\nIf the amount is set to 0.1, for example, any skill gain will be multiplied by 1 + 0.1 (= 1.1).\nThe boost for a specific skill can then be retrieved using <xref href=\"TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public (SkillCategory Skill, float Amount) BoostedSkills { get; init; }
2021-08-04 06:51:12 +02:00
parameters: []
return:
2021-08-30 20:44:32 +02:00
type: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
2023-03-30 18:07:55 +02:00
content.vb: Public Property BoostedSkills As (Skill As SkillCategory, Amount As Single)
2021-08-04 06:51:12 +02:00
overload: TinyLife.PersonalityType.BoostedSkills*
2022-05-24 13:36:05 +02:00
seealso:
- linkId: TinyLife.PersonalityType.BoostedSkillTypes
commentId: P:TinyLife.PersonalityType.BoostedSkillTypes
- uid: TinyLife.PersonalityType.BoostedSkillTypes
commentId: P:TinyLife.PersonalityType.BoostedSkillTypes
id: BoostedSkillTypes
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: BoostedSkillTypes
nameWithType: PersonalityType.BoostedSkillTypes
fullName: TinyLife.PersonalityType.BoostedSkillTypes
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkillTypes
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 211
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA set of <xref href=\"TinyLife.Skills.SkillType\" data-throw-if-not-resolved=\"false\"></xref> values that represent the exact skills that are boosted by this personality type, along with the amount that they are boosted by.\nIf the amount is set to 0.1, for example, any skill gain will be multiplied by 1 + 0.1 (= 1.1).\nThe boost for a specific skill can then be retrieved using <xref href=\"TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public (SkillType Type, float Amount)[] BoostedSkillTypes { get; init; }
2022-05-24 13:36:05 +02:00
parameters: []
return:
type: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}[]
2023-03-30 18:07:55 +02:00
content.vb: Public Property BoostedSkillTypes As (Type As SkillType, Amount As Single)()
2022-05-24 13:36:05 +02:00
overload: TinyLife.PersonalityType.BoostedSkillTypes*
seealso:
- linkId: TinyLife.PersonalityType.BoostedSkills
commentId: P:TinyLife.PersonalityType.BoostedSkills
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.AllowedAges
commentId: P:TinyLife.PersonalityType.AllowedAges
id: AllowedAges
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: AllowedAges
nameWithType: PersonalityType.AllowedAges
fullName: TinyLife.PersonalityType.AllowedAges
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: AllowedAges
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 216
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2023-04-14 13:00:36 +02:00
summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to all ages except babies.\n"
2021-10-14 20:30:40 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public AgeGroup AllowedAges { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
return:
type: TinyLife.Objects.AgeGroup
content.vb: Public Property AllowedAges As AgeGroup
overload: TinyLife.PersonalityType.AllowedAges*
- uid: TinyLife.PersonalityType.Category
commentId: P:TinyLife.PersonalityType.Category
id: Category
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Category
nameWithType: PersonalityType.Category
fullName: TinyLife.PersonalityType.Category
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Category
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 220
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThis personality type&apos;s <xref href=\"TinyLife.PersonalityType.TypeCategory\" data-throw-if-not-resolved=\"false\"></xref>, which defaults to <xref href=\"TinyLife.PersonalityType.TypeCategory.Major\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public PersonalityType.TypeCategory Category { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
return:
type: TinyLife.PersonalityType.TypeCategory
content.vb: Public Property Category As PersonalityType.TypeCategory
overload: TinyLife.PersonalityType.Category*
2021-11-23 16:24:04 +01:00
- uid: TinyLife.PersonalityType.SourceString
commentId: P:TinyLife.PersonalityType.SourceString
id: SourceString
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: SourceString
nameWithType: PersonalityType.SourceString
fullName: TinyLife.PersonalityType.SourceString
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: SourceString
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 222
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
2022-01-08 12:41:09 +01:00
summary: "\nA (localized) string that is displayed when hovering over an <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that has this source\n"
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public string SourceString { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property SourceString As String
overload: TinyLife.PersonalityType.SourceString*
implements:
- TinyLife.Emotions.IEmotionSource.SourceString
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
commentId: M:TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
id: '#ctor(System.String,MLEM.Textures.TextureRegion)'
2021-08-04 06:51:12 +02:00
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: PersonalityType(string, TextureRegion)
nameWithType: PersonalityType.PersonalityType(string, TextureRegion)
fullName: TinyLife.PersonalityType.PersonalityType(string, MLEM.Textures.TextureRegion)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 229
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nCreates a new personality type with the given name\n"
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public PersonalityType(string name, TextureRegion texture)
2021-08-04 06:51:12 +02:00
parameters:
- id: name
type: System.String
description: The name of this personality type
- id: texture
type: MLEM.Textures.TextureRegion
description: The icon texture for this personality type
2022-03-09 16:13:05 +01:00
content.vb: Public Sub New(name As String, texture As TextureRegion)
2021-08-04 06:51:12 +02:00
overload: TinyLife.PersonalityType.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: PersonalityType.New(String, TextureRegion)
fullName.vb: TinyLife.PersonalityType.New(String, MLEM.Textures.TextureRegion)
name.vb: New(String, TextureRegion)
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
commentId: M:TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
id: IsCompatible(TinyLife.PersonalityType)
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: IsCompatible(PersonalityType)
nameWithType: PersonalityType.IsCompatible(PersonalityType)
fullName: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
type: Method
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompatible
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 239
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
2022-05-24 13:36:05 +02:00
summary: "\nReturns whether this personality type is compatible with the other personality type, based on <xref href=\"TinyLife.PersonalityType.Incompatible\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
2022-03-09 16:13:05 +01:00
syntax:
content: public bool IsCompatible(PersonalityType other)
parameters:
- id: other
type: TinyLife.PersonalityType
2022-05-24 13:36:05 +02:00
description: The personality type to compare with.
2022-03-09 16:13:05 +01:00
return:
type: System.Boolean
2022-05-24 13:36:05 +02:00
description: Whether the two personalities are compatible.
2022-03-09 16:13:05 +01:00
content.vb: Public Function IsCompatible(other As PersonalityType) As Boolean
overload: TinyLife.PersonalityType.IsCompatible*
2022-12-20 13:25:03 +01:00
- uid: TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
commentId: M:TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
id: CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: CreateInfoGroup(Anchor, float)
nameWithType: PersonalityType.CreateInfoGroup(Anchor, float)
fullName: TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor, float)
2022-12-20 13:25:03 +01:00
type: Method
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateInfoGroup
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 249
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nCreates a new <xref href=\"MLEM.Ui.Elements.Group\" data-throw-if-not-resolved=\"false\"></xref> element that contains information about this <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Group CreateInfoGroup(Anchor anchor, float scale)
parameters:
- id: anchor
type: MLEM.Ui.Anchor
description: The anchor to use.
- id: scale
type: System.Single
description: The scale to render the <xref href="TinyLife.PersonalityType.Texture" data-throw-if-not-resolved="false"></xref> with.
return:
type: MLEM.Ui.Elements.Group
description: The created group.
content.vb: Public Function CreateInfoGroup(anchor As Anchor, scale As Single) As Group
overload: TinyLife.PersonalityType.CreateInfoGroup*
2023-03-30 18:07:55 +02:00
nameWithType.vb: PersonalityType.CreateInfoGroup(Anchor, Single)
fullName.vb: TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor, Single)
name.vb: CreateInfoGroup(Anchor, Single)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
commentId: M:TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
id: Register(TinyLife.PersonalityType)
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Register(PersonalityType)
nameWithType: PersonalityType.Register(PersonalityType)
fullName: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
type: Method
source:
remote:
path: TinyLife/PersonalityType.cs
2023-03-30 18:07:55 +02: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: Register
2022-03-09 16:13:05 +01:00
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 264
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nRegisters this personality type to the <xref href=\"TinyLife.PersonalityType.Types\" data-throw-if-not-resolved=\"false\"></xref> registry\n"
example: []
syntax:
content: public static PersonalityType Register(PersonalityType type)
parameters:
- id: type
type: TinyLife.PersonalityType
description: The personality type to register
return:
type: TinyLife.PersonalityType
description: The personality type, for chaining
content.vb: Public Shared Function Register(type As PersonalityType) As PersonalityType
overload: TinyLife.PersonalityType.Register*
2023-04-14 13:00:36 +02:00
- uid: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
commentId: M:TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
id: FillRandomly(TinyLife.Objects.Person,System.Random)
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: FillRandomly(Person, Random)
nameWithType: PersonalityType.FillRandomly(Person, Random)
fullName: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person, System.Random)
type: Method
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FillRandomly
path: ../TinyLife/PersonalityType.cs
2023-06-25 15:41:49 +02:00
startLine: 275
2023-04-14 13:00:36 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2023-04-26 14:51:19 +02:00
summary: "\nFills the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.PersonalityTypes\" data-throw-if-not-resolved=\"false\"></xref> list until it has reached the amount required by <xref href=\"TinyLife.PersonalityType.MaxMajorsPerPerson\" data-throw-if-not-resolved=\"false\"></xref>. Additionally ,<xref href=\"TinyLife.PersonalityType.TypeCategory.Minor\" data-throw-if-not-resolved=\"false\"></xref> personalities may be added randomly.\n"
example: []
2023-04-14 13:00:36 +02:00
syntax:
content: public static void FillRandomly(Person person, Random random)
parameters:
- id: person
type: TinyLife.Objects.Person
2023-04-26 14:51:19 +02:00
description: The person.
2023-04-14 13:00:36 +02:00
- id: random
type: System.Random
2023-04-26 14:51:19 +02:00
description: The <xref href="TinyLife.PersonalityType.Random" data-throw-if-not-resolved="false"></xref> instance to use.
2023-04-14 13:00:36 +02:00
content.vb: Public Shared Sub FillRandomly(person As Person, random As Random)
overload: TinyLife.PersonalityType.FillRandomly*
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
2021-08-04 06:51:12 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.PersonalityType.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy<PersonalityType>(PersonalityType)
nameWithType: Extensions.JsonCopy<PersonalityType>(PersonalityType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.PersonalityType>(TinyLife.PersonalityType)
nameWithType.vb: Extensions.JsonCopy(Of PersonalityType)(PersonalityType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PersonalityType)(TinyLife.PersonalityType)
name.vb: JsonCopy(Of PersonalityType)(PersonalityType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType)
name: JsonCopy
- name: <
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PersonalityType)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
2021-08-04 06:51:12 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
2021-08-04 06:51:12 +02:00
- 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)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- 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
- 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
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
commentId: M:TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
2023-03-30 18:07:55 +02:00
name: Register(PersonalityType)
nameWithType: PersonalityType.Register(PersonalityType)
fullName: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
spec.csharp:
- uid: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
name: Register
- name: (
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
spec.vb:
- uid: TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
name: Register
- name: (
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.PersonalityType}
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.PersonalityType}
parent: System.Collections.ObjectModel
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name: ReadOnlyDictionary<string, PersonalityType>
nameWithType: ReadOnlyDictionary<string, PersonalityType>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.PersonalityType>
2022-05-24 13:36:05 +02:00
nameWithType.vb: ReadOnlyDictionary(Of String, PersonalityType)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.PersonalityType)
2022-05-24 13:36:05 +02:00
name.vb: ReadOnlyDictionary(Of String, PersonalityType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: '>'
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-05-24 13:36:05 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: '>'
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel
commentId: N:System.Collections.ObjectModel
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name: System.Collections.ObjectModel
nameWithType: System.Collections.ObjectModel
fullName: System.Collections.ObjectModel
2023-03-30 18:07:55 +02:00
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
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.TypeCategory.Minor
commentId: F:TinyLife.PersonalityType.TypeCategory.Minor
2023-03-30 18:07:55 +02:00
name: Minor
nameWithType: PersonalityType.TypeCategory.Minor
fullName: TinyLife.PersonalityType.TypeCategory.Minor
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.AgeGroup
commentId: T:TinyLife.Objects.AgeGroup
parent: TinyLife.Objects
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.Int32}
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.Int32}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<AgeGroup, int>
nameWithType: Dictionary<AgeGroup, int>
fullName: System.Collections.Generic.Dictionary<TinyLife.Objects.AgeGroup, int>
nameWithType.vb: Dictionary(Of AgeGroup, Integer)
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Objects.AgeGroup, Integer)
name.vb: Dictionary(Of AgeGroup, Integer)
2021-10-14 20:30:40 +02:00
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-10-14 20:30:40 +02:00
- name: <
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2021-10-14 20:30:40 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2021-10-14 20:30:40 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-10-14 20:30:40 +02:00
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-10-14 20:30:40 +02:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
2021-10-14 20:30:40 +02:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: TValue
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
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.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
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.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.PersonalityType.Types
commentId: F:TinyLife.PersonalityType.Types
2023-03-30 18:07:55 +02:00
name: Types
nameWithType: PersonalityType.Types
fullName: TinyLife.PersonalityType.Types
2021-08-04 06:51:12 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2021-08-04 06:51:12 +02:00
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
commentId: M:TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
2023-03-30 18:07:55 +02:00
name: IsCompatible(PersonalityType)
nameWithType: PersonalityType.IsCompatible(PersonalityType)
fullName: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
spec.csharp:
- uid: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
name: IsCompatible
- name: (
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
spec.vb:
- uid: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
name: IsCompatible
- name: (
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.Incompatible*
commentId: Overload:TinyLife.PersonalityType.Incompatible
name: Incompatible
nameWithType: PersonalityType.Incompatible
fullName: TinyLife.PersonalityType.Incompatible
- uid: System.Func{TinyLife.PersonalityType[]}
commentId: T:System.Func{TinyLife.PersonalityType[]}
parent: System
definition: System.Func`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2022-03-09 16:13:05 +01:00
name: Func<PersonalityType[]>
nameWithType: Func<PersonalityType[]>
fullName: System.Func<TinyLife.PersonalityType[]>
nameWithType.vb: Func(Of PersonalityType())
fullName.vb: System.Func(Of TinyLife.PersonalityType())
name.vb: Func(Of PersonalityType())
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-09 16:13:05 +01:00
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2022-03-09 16:13:05 +01:00
- name: <
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
2022-03-09 16:13:05 +01:00
- name: '>'
2021-08-04 06:51:12 +02:00
spec.vb:
2022-03-09 16:13:05 +01:00
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
name: PersonalityType
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-03-09 16:13:05 +01:00
- name: )
- uid: System.Func`1
commentId: T:System.Func`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2022-03-09 16:13:05 +01:00
name: Func<TResult>
nameWithType: Func<TResult>
fullName: System.Func<TResult>
nameWithType.vb: Func(Of TResult)
fullName.vb: System.Func(Of TResult)
name.vb: Func(Of TResult)
spec.csharp:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2022-03-09 16:13:05 +01:00
- name: <
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
2022-03-09 16:13:05 +01:00
- name: TResult
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills.SkillCategory
commentId: T:TinyLife.Skills.SkillCategory
parent: TinyLife.Skills
name: SkillCategory
nameWithType: SkillCategory
fullName: TinyLife.Skills.SkillCategory
2021-08-30 20:44:32 +02:00
- uid: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
commentId: M:TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
2023-03-30 18:07:55 +02:00
name: GetPersonalitySkillBoost(SkillType)
nameWithType: Person.GetPersonalitySkillBoost(SkillType)
fullName: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
spec.csharp:
- uid: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
name: GetPersonalitySkillBoost
- name: (
- uid: TinyLife.Skills.SkillType
name: SkillType
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
name: GetPersonalitySkillBoost
- name: (
- uid: TinyLife.Skills.SkillType
name: SkillType
- name: )
2022-05-24 13:36:05 +02:00
- uid: TinyLife.PersonalityType.BoostedSkillTypes
commentId: P:TinyLife.PersonalityType.BoostedSkillTypes
2023-03-30 18:07:55 +02:00
name: BoostedSkillTypes
nameWithType: PersonalityType.BoostedSkillTypes
fullName: TinyLife.PersonalityType.BoostedSkillTypes
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.BoostedSkills*
commentId: Overload:TinyLife.PersonalityType.BoostedSkills
name: BoostedSkills
nameWithType: PersonalityType.BoostedSkills
fullName: TinyLife.PersonalityType.BoostedSkills
2021-08-30 20:44:32 +02:00
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
commentId: T:System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
parent: System
definition: System.ValueTuple`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skillcategory,system.single-.skill
name: (SkillCategory Skill, float Amount)
nameWithType: (SkillCategory Skill, float Amount)
fullName: (TinyLife.Skills.SkillCategory Skill, float Amount)
nameWithType.vb: (Skill As SkillCategory, Amount As Single)
fullName.vb: (Skill As TinyLife.Skills.SkillCategory, Amount As Single)
name.vb: (Skill As SkillCategory, Amount As Single)
2021-08-30 20:44:32 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-30 20:44:32 +02:00
- uid: TinyLife.Skills.SkillCategory
name: SkillCategory
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}.Skill
name: Skill
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skillcategory,system.single-.skill
- name: ','
- name: " "
2021-08-30 20:44:32 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-30 20:44:32 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skillcategory,system.single-.amount
- name: )
2021-08-30 20:44:32 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}.Skill
name: Skill
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skillcategory,system.single-.skill
- name: " "
- name: As
- name: " "
2021-08-30 20:44:32 +02:00
- uid: TinyLife.Skills.SkillCategory
name: SkillCategory
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skillcategory,system.single-.amount
- name: " "
- name: As
- name: " "
2021-08-30 20:44:32 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-30 20:44:32 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
2021-08-30 20:44:32 +02:00
- uid: System.ValueTuple`2
commentId: T:System.ValueTuple`2
2023-03-30 18:07:55 +02:00
name: (T1, T2)
nameWithType: (T1, T2)
fullName: (T1, T2)
2021-08-30 20:44:32 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-30 20:44:32 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-30 20:44:32 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: )
2021-08-30 20:44:32 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-30 20:44:32 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-30 20:44:32 +02:00
- name: T2
- name: )
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.SkillType
commentId: T:TinyLife.Skills.SkillType
parent: TinyLife.Skills
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- uid: TinyLife.PersonalityType.BoostedSkills
commentId: P:TinyLife.PersonalityType.BoostedSkills
2023-03-30 18:07:55 +02:00
name: BoostedSkills
nameWithType: PersonalityType.BoostedSkills
fullName: TinyLife.PersonalityType.BoostedSkills
2022-05-24 13:36:05 +02:00
- uid: TinyLife.PersonalityType.BoostedSkillTypes*
commentId: Overload:TinyLife.PersonalityType.BoostedSkillTypes
name: BoostedSkillTypes
nameWithType: PersonalityType.BoostedSkillTypes
fullName: TinyLife.PersonalityType.BoostedSkillTypes
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}[]
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.single-.type
name: (SkillType Type, float Amount)[]
nameWithType: (SkillType Type, float Amount)[]
fullName: (TinyLife.Skills.SkillType Type, float Amount)[]
nameWithType.vb: (Type As SkillType, Amount As Single)()
fullName.vb: (Type As TinyLife.Skills.SkillType, Amount As Single)()
name.vb: (Type As SkillType, Amount As Single)()
2022-05-24 13:36:05 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.single-.type
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.single-.amount
- name: )
- name: '['
- name: ']'
2022-05-24 13:36:05 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.single-.type
- name: " "
- name: As
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.single-.amount
- name: " "
- name: As
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- name: (
2022-05-24 13:36:05 +02:00
- name: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.AllowedAges*
commentId: Overload:TinyLife.PersonalityType.AllowedAges
name: AllowedAges
nameWithType: PersonalityType.AllowedAges
fullName: TinyLife.PersonalityType.AllowedAges
- uid: TinyLife.PersonalityType.TypeCategory
commentId: T:TinyLife.PersonalityType.TypeCategory
parent: TinyLife
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
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
spec.vb:
- uid: TinyLife.PersonalityType
name: PersonalityType
- name: .
- uid: TinyLife.PersonalityType.TypeCategory
name: TypeCategory
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.TypeCategory.Major
commentId: F:TinyLife.PersonalityType.TypeCategory.Major
2023-03-30 18:07:55 +02:00
name: Major
nameWithType: PersonalityType.TypeCategory.Major
fullName: TinyLife.PersonalityType.TypeCategory.Major
2021-10-14 20:30:40 +02:00
- uid: TinyLife.PersonalityType.Category*
commentId: Overload:TinyLife.PersonalityType.Category
name: Category
nameWithType: PersonalityType.Category
fullName: TinyLife.PersonalityType.Category
2021-11-23 16:24:04 +01:00
- uid: TinyLife.PersonalityType.SourceString*
commentId: Overload:TinyLife.PersonalityType.SourceString
name: SourceString
nameWithType: PersonalityType.SourceString
fullName: TinyLife.PersonalityType.SourceString
- uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
parent: TinyLife.Emotions.IEmotionSource
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.#ctor*
commentId: Overload:TinyLife.PersonalityType.#ctor
name: PersonalityType
nameWithType: PersonalityType.PersonalityType
fullName: TinyLife.PersonalityType.PersonalityType
2023-03-30 18:07:55 +02:00
nameWithType.vb: PersonalityType.New
fullName.vb: TinyLife.PersonalityType.New
name.vb: New
2022-05-24 13:36:05 +02:00
- uid: TinyLife.PersonalityType.Incompatible
commentId: P:TinyLife.PersonalityType.Incompatible
2023-03-30 18:07:55 +02:00
name: Incompatible
nameWithType: PersonalityType.Incompatible
fullName: TinyLife.PersonalityType.Incompatible
2022-03-09 16:13:05 +01:00
- uid: TinyLife.PersonalityType.IsCompatible*
commentId: Overload:TinyLife.PersonalityType.IsCompatible
name: IsCompatible
nameWithType: PersonalityType.IsCompatible
fullName: TinyLife.PersonalityType.IsCompatible
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2022-12-20 13:25:03 +01:00
- uid: MLEM.Ui.Elements.Group
commentId: T:MLEM.Ui.Elements.Group
parent: MLEM.Ui.Elements
isExternal: true
name: Group
nameWithType: Group
fullName: MLEM.Ui.Elements.Group
- uid: TinyLife.PersonalityType.Texture
commentId: F:TinyLife.PersonalityType.Texture
2023-03-30 18:07:55 +02:00
name: Texture
nameWithType: PersonalityType.Texture
fullName: TinyLife.PersonalityType.Texture
2022-12-20 13:25:03 +01:00
- uid: TinyLife.PersonalityType.CreateInfoGroup*
commentId: Overload:TinyLife.PersonalityType.CreateInfoGroup
name: CreateInfoGroup
nameWithType: PersonalityType.CreateInfoGroup
fullName: TinyLife.PersonalityType.CreateInfoGroup
- uid: MLEM.Ui.Anchor
commentId: T:MLEM.Ui.Anchor
parent: MLEM.Ui
isExternal: true
name: Anchor
nameWithType: Anchor
fullName: MLEM.Ui.Anchor
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2022-12-20 13:25:03 +01:00
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
2022-12-20 13:25:03 +01:00
- uid: MLEM.Ui
commentId: N:MLEM.Ui
isExternal: true
name: MLEM.Ui
nameWithType: MLEM.Ui
fullName: MLEM.Ui
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType.Register*
commentId: Overload:TinyLife.PersonalityType.Register
name: Register
nameWithType: PersonalityType.Register
fullName: TinyLife.PersonalityType.Register
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Person.PersonalityTypes
commentId: F:TinyLife.Objects.Person.PersonalityTypes
name: PersonalityTypes
nameWithType: Person.PersonalityTypes
fullName: TinyLife.Objects.Person.PersonalityTypes
2023-04-26 14:51:19 +02:00
- uid: TinyLife.PersonalityType.MaxMajorsPerPerson
commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson
name: MaxMajorsPerPerson
nameWithType: PersonalityType.MaxMajorsPerPerson
fullName: TinyLife.PersonalityType.MaxMajorsPerPerson
- uid: TinyLife.PersonalityType.Random
commentId: F:TinyLife.PersonalityType.Random
name: Random
nameWithType: PersonalityType.Random
fullName: TinyLife.PersonalityType.Random
2023-04-14 13:00:36 +02:00
- uid: TinyLife.PersonalityType.FillRandomly*
commentId: Overload:TinyLife.PersonalityType.FillRandomly
name: FillRandomly
nameWithType: PersonalityType.FillRandomly
fullName: TinyLife.PersonalityType.FillRandomly
- uid: System.Random
commentId: T:System.Random
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
name: Random
nameWithType: Random
fullName: System.Random