2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Uis.CharacterCreator
commentId : T:TinyLife.Uis.CharacterCreator
id : CharacterCreator
parent : TinyLife.Uis
children :
- TinyLife.Uis.CharacterCreator.Active
2022-12-20 13:25:03 +01:00
- TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
2022-01-01 17:06:03 +01:00
- TinyLife.Uis.CharacterCreator.CanCloseOrExport
2023-04-14 13:00:36 +02:00
- TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
- TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
2022-12-20 13:25:03 +01:00
- TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
2023-04-14 13:00:36 +02:00
- TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
- TinyLife.Uis.CharacterCreator.MaxHouseholdSize
- TinyLife.Uis.CharacterCreator.MaxOutfitAmount
2022-12-20 13:25:03 +01:00
- TinyLife.Uis.CharacterCreator.OnBoughtItem
- TinyLife.Uis.CharacterCreator.OnGetCustomPrice
2021-08-04 06:51:12 +02:00
- TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person,System.Boolean)
langs :
- csharp
- vb
name : CharacterCreator
nameWithType : CharacterCreator
fullName : TinyLife.Uis.CharacterCreator
type : Class
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +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 : CharacterCreator
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 26
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nThe character creator is displayed when a person (or household) is being edited in terms of their <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref>s.\n"
example : [ ]
syntax :
content : public class CharacterCreator
content.vb : Public Class CharacterCreator
inheritance :
- System.Object
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.Uis.CharacterCreator.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Uis.CharacterCreator.MaxHouseholdSize
commentId : F:TinyLife.Uis.CharacterCreator.MaxHouseholdSize
id : MaxHouseholdSize
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : MaxHouseholdSize
nameWithType : CharacterCreator.MaxHouseholdSize
fullName : TinyLife.Uis.CharacterCreator.MaxHouseholdSize
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +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 : MaxHouseholdSize
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 32
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nThe maximum amount of people allowed in one household at a time.\nThis is a constant that is set to 8.\n"
example : [ ]
syntax :
content : public const int MaxHouseholdSize = 8
return :
type : System.Int32
content.vb : Public Const MaxHouseholdSize As Integer = 8
- uid : TinyLife.Uis.CharacterCreator.MaxOutfitAmount
commentId : F:TinyLife.Uis.CharacterCreator.MaxOutfitAmount
id : MaxOutfitAmount
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : MaxOutfitAmount
nameWithType : CharacterCreator.MaxOutfitAmount
fullName : TinyLife.Uis.CharacterCreator.MaxOutfitAmount
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +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 : MaxOutfitAmount
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 37
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nThe maximum amount of outfits that any given person can have.\nThis is a constant that is set to 10.\n"
example : [ ]
syntax :
content : public const int MaxOutfitAmount = 10
return :
type : System.Int32
content.vb : Public Const MaxOutfitAmount As Integer = 10
- uid : TinyLife.Uis.CharacterCreator.Active
commentId : P:TinyLife.Uis.CharacterCreator.Active
id : Active
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : Active
nameWithType : CharacterCreator.Active
fullName : TinyLife.Uis.CharacterCreator.Active
type : Property
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +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 : Active
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 41
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nThe currently displayed <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref> instance, or null if the character editor is closed\n"
example : [ ]
syntax :
content : public static CharacterCreator Active { get; }
parameters : [ ]
return :
type : TinyLife.Uis.CharacterCreator
2023-03-30 18:07:55 +02:00
content.vb : Public Shared Property Active As CharacterCreator
2021-08-04 06:51:12 +02:00
overload : TinyLife.Uis.CharacterCreator.Active*
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.OnGetCustomPrice
commentId : E:TinyLife.Uis.CharacterCreator.OnGetCustomPrice
id : OnGetCustomPrice
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : OnGetCustomPrice
nameWithType : CharacterCreator.OnGetCustomPrice
fullName : TinyLife.Uis.CharacterCreator.OnGetCustomPrice
type : Event
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnGetCustomPrice
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 47
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nAn event that is invoked when <xref href=\"TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person%2cTinyLife.Objects.WornClothes)\" data-throw-if-not-resolved=\"false\"></xref> is called.\nUse this event to change the custom price of a clothing item bought in the character creator.\n"
example : [ ]
syntax :
content : public static event CharacterCreator.GetCustomPriceDelegate OnGetCustomPrice
return :
type : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
content.vb : Public Shared Event OnGetCustomPrice As CharacterCreator.GetCustomPriceDelegate
- uid : TinyLife.Uis.CharacterCreator.OnBoughtItem
commentId : E:TinyLife.Uis.CharacterCreator.OnBoughtItem
id : OnBoughtItem
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : OnBoughtItem
nameWithType : CharacterCreator.OnBoughtItem
fullName : TinyLife.Uis.CharacterCreator.OnBoughtItem
type : Event
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnBoughtItem
path : ../TinyLife/Uis/CharacterCreator.cs
2023-01-16 12:24:01 +01:00
startLine : 52
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nAn event that is invoked when a <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> item is bought in <xref href=\"TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person%2cTinyLife.Objects.WornClothes)\" data-throw-if-not-resolved=\"false\"></xref>.\nUse this event to add emotion modifiers based on the clothing item bought in the character creator.\n"
example : [ ]
syntax :
content : public static event CharacterCreator.BoughtItemDelegate OnBoughtItem
return :
type : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
content.vb : Public Shared Event OnBoughtItem As CharacterCreator.BoughtItemDelegate
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport
commentId : M:TinyLife.Uis.CharacterCreator.CanCloseOrExport
id : CanCloseOrExport
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CanCloseOrExport()
nameWithType : CharacterCreator.CanCloseOrExport()
fullName : TinyLife.Uis.CharacterCreator.CanCloseOrExport()
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2022-01-01 17:06:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CanCloseOrExport
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-07-20 14:27:20 +02:00
startLine : 396
2022-01-01 17:06:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nReturns whether the character creator currently allows being closed or for the current household to be exported.\nThe return value is based on <xref href=\"TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>, as well as <xref href=\"TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable%7bTinyLife.Objects.Person%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-01-01 17:06:03 +01:00
example : [ ]
syntax :
content : public bool CanCloseOrExport()
return :
type : System.Boolean
description : Whether the character creator can currently be closed or exported.
2023-03-30 18:07:55 +02:00
content.vb : Public Function CanCloseOrExport() As Boolean
2022-01-01 17:06:03 +01:00
overload : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person,System.Boolean)
commentId : M:TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person,System.Boolean)
id : Open(TinyLife.Objects.Person,System.Boolean)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Open(Person, bool)
nameWithType : CharacterCreator.Open(Person, bool)
fullName : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person, bool)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +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 : Open
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 791
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nOpens a new <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref> for the given person (and their household).\n"
example : [ ]
syntax :
content : public static void Open(Person person, bool full)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person to open in the character creator
- id : full
type : System.Boolean
description : If this value is true, editing the person's name, skin and eye color and personality is possible
content.vb : Public Shared Sub Open(person As Person, full As Boolean)
overload : TinyLife.Uis.CharacterCreator.Open*
2023-03-30 18:07:55 +02:00
nameWithType.vb : CharacterCreator.Open(Person, Boolean)
fullName.vb : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person, Boolean)
name.vb : Open(Person, Boolean)
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
id : GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : GetCustomPrice(Person, WornClothes)
nameWithType : CharacterCreator.GetCustomPrice(Person, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person, TinyLife.Objects.WornClothes)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : GetCustomPrice
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 805
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nReturns the custom price that the given <xref href=\"TinyLife.Objects.WornClothes\" data-throw-if-not-resolved=\"false\"></xref> should be sold with in the <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref>.\nThis is influenced by the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code>'s personalities, as well as the <xref href=\"TinyLife.Uis.CharacterCreator.OnGetCustomPrice\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
example : [ ]
syntax :
content : public static float? GetCustomPrice(Person person, WornClothes clothes)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person who is buying the <code data-dev-comment-type="paramref" class="paramref">clothes</code>.
- id : clothes
type : TinyLife.Objects.WornClothes
description : The clothes whose price to get.
return :
type : System.Nullable{System.Single}
2023-03-30 18:07:55 +02:00
description : The clothes item's custom price, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use the default price.
2022-12-20 13:25:03 +01:00
content.vb : Public Shared Function GetCustomPrice(person As Person, clothes As WornClothes) As Single?
overload : TinyLife.Uis.CharacterCreator.GetCustomPrice*
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
id : BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : BoughtItem(Person, WornClothes)
nameWithType : CharacterCreator.BoughtItem(Person, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person, TinyLife.Objects.WornClothes)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : BoughtItem
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 821
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nA method that is called in <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref> when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> buys the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">clothes</code>.\nThis method also causes <xref href=\"TinyLife.Uis.CharacterCreator.OnBoughtItem\" data-throw-if-not-resolved=\"false\"></xref> to be raised.\n"
example : [ ]
syntax :
content : public static void BoughtItem(Person person, WornClothes clothes)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person who is buying the <code data-dev-comment-type="paramref" class="paramref">clothes</code>.
- id : clothes
type : TinyLife.Objects.WornClothes
description : The clothes bought.
content.vb : Public Shared Sub BoughtItem(person As Person, clothes As WornClothes)
overload : TinyLife.Uis.CharacterCreator.BoughtItem*
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
commentId : M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
id : IsPersonComplete(TinyLife.Objects.Person)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : IsPersonComplete(Person)
nameWithType : CharacterCreator.IsPersonComplete(Person)
fullName : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : IsPersonComplete
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 833
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nA method that determines whether the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> is complete, meaning the character creator can now be exited.\nA person is considered complete if their <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref> set is full based on <xref href=\"TinyLife.PersonalityType.MaxMajorsPerPerson\" data-throw-if-not-resolved=\"false\"></xref>, as well as if their <xref href=\"TinyLife.Objects.Person.FirstName\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Person.LastName\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.Pronouns\" data-throw-if-not-resolved=\"false\"></xref> are set.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : public static bool IsPersonComplete(Person person)
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
return :
type : System.Boolean
2023-04-26 14:51:19 +02:00
description : Whether the person is complete.
2023-04-14 13:00:36 +02:00
content.vb : Public Shared Function IsPersonComplete(person As Person) As Boolean
overload : TinyLife.Uis.CharacterCreator.IsPersonComplete*
- uid : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
commentId : M:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
id : CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CreatePersonalitySelector(Person, bool)
nameWithType : CharacterCreator.CreatePersonalitySelector(Person, bool)
fullName : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, bool)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreatePersonalitySelector
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 844
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nCreates a personality selector element for the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> and returns it as a <xref href=\"MLEM.Ui.Elements.Group\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : public static Group CreatePersonalitySelector(Person person, bool lockCurrent)
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 : lockCurrent
type : System.Boolean
2023-04-26 14:51:19 +02:00
description : Whether personalities that the <code data-dev-comment-type="paramref" class="paramref">person</code> already has should be locked; that is, blocked from being removed.
2023-04-14 13:00:36 +02:00
return :
type : MLEM.Ui.Elements.Group
content.vb : Public Shared Function CreatePersonalitySelector(person As Person, lockCurrent As Boolean) As Group
overload : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
nameWithType.vb : CharacterCreator.CreatePersonalitySelector(Person, Boolean)
fullName.vb : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, Boolean)
name.vb : CreatePersonalitySelector(Person, Boolean)
- uid : TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
id : CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CreateNameSelector(Person, Element)
nameWithType : CharacterCreator.CreateNameSelector(Person, Element)
fullName : TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreateNameSelector
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 879
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nCreates a name selector element for the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> and adds it to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">parent</code>.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : public static void CreateNameSelector(Person person, Element parent)
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 : parent
type : MLEM.Ui.Elements.Element
2023-04-26 14:51:19 +02:00
description : The parent element to add the name selector to.
2023-04-14 13:00:36 +02:00
content.vb : Public Shared Sub CreateNameSelector(person As Person, parent As Element)
overload : TinyLife.Uis.CharacterCreator.CreateNameSelector*
- uid : TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
id : CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CreatePronounSelector(Person, Element)
nameWithType : CharacterCreator.CreatePronounSelector(Person, Element)
fullName : TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreatePronounSelector
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 914
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nCreates a pronoun selector element for the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> and adds it to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">parent</code>.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2023-04-17 12:49:51 +02:00
content : public static bool CreatePronounSelector(Person person, Element parent)
2023-04-14 13:00:36 +02:00
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 : parent
type : MLEM.Ui.Elements.Element
2023-04-26 14:51:19 +02:00
description : The parent element to add the pronoun selector to.
2023-04-17 12:49:51 +02:00
return :
type : System.Boolean
content.vb : Public Shared Function CreatePronounSelector(person As Person, parent As Element) As Boolean
2023-04-14 13:00:36 +02:00
overload : TinyLife.Uis.CharacterCreator.CreatePronounSelector*
- uid : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
id : CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CreatePregnancyAbilitySelector(Person, Element)
nameWithType : CharacterCreator.CreatePregnancyAbilitySelector(Person, Element)
fullName : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreatePregnancyAbilitySelector
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 937
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nCreates a pregnancy ability selector element for the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> and adds it to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">parent</code>.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : public static void CreatePregnancyAbilitySelector(Person person, Element parent)
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 : parent
type : MLEM.Ui.Elements.Element
2023-04-26 14:51:19 +02:00
description : The parent element to add the pregnancy ability selector to.
2023-04-14 13:00:36 +02:00
content.vb : Public Shared Sub CreatePregnancyAbilitySelector(person As Person, parent As Element)
overload : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
- uid : TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
id : CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CreateVoiceSelector(Person, Element)
nameWithType : CharacterCreator.CreateVoiceSelector(Person, Element)
fullName : TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreateVoiceSelector
path : ../TinyLife/Uis/CharacterCreator.cs
2023-09-17 15:04:14 +02:00
startLine : 966
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2023-04-26 14:51:19 +02:00
summary : "\nCreates a voice selector element for the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code> and adds it to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">parent</code>.\n"
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : public static void CreateVoiceSelector(Person person, Element parent)
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 : parent
type : MLEM.Ui.Elements.Element
2023-04-26 14:51:19 +02:00
description : The parent element to add the voice selector to.
2023-04-14 13:00:36 +02:00
content.vb : Public Shared Sub CreateVoiceSelector(person As Person, parent As Element)
overload : TinyLife.Uis.CharacterCreator.CreateVoiceSelector*
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Objects.Clothes
commentId : T:TinyLife.Objects.Clothes
parent : TinyLife.Objects
name : Clothes
nameWithType : Clothes
fullName : TinyLife.Objects.Clothes
- uid : TinyLife.PersonalityType
commentId : T:TinyLife.PersonalityType
parent : TinyLife
name : PersonalityType
nameWithType : PersonalityType
fullName : TinyLife.PersonalityType
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
2021-08-04 06:51:12 +02:00
- 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-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.Uis.CharacterCreator.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<CharacterCreator>(CharacterCreator)
nameWithType : Extensions.JsonCopy<CharacterCreator>(CharacterCreator)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator>(TinyLife.Uis.CharacterCreator)
nameWithType.vb : Extensions.JsonCopy(Of CharacterCreator)(CharacterCreator)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator)(TinyLife.Uis.CharacterCreator)
name.vb : JsonCopy(Of CharacterCreator)(CharacterCreator)
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.Uis.CharacterCreator)
name : JsonCopy
- name : <
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
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.Uis.CharacterCreator)
name : JsonCopy
- name : (
- name : Of
- name : " "
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
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 : TinyLife
commentId : N : TinyLife
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
- 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
- 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 : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.CharacterCreator
commentId : T:TinyLife.Uis.CharacterCreator
parent : TinyLife.Uis
name : CharacterCreator
nameWithType : CharacterCreator
fullName : TinyLife.Uis.CharacterCreator
- uid : TinyLife.Uis.CharacterCreator.Active*
commentId : Overload:TinyLife.Uis.CharacterCreator.Active
name : Active
nameWithType : CharacterCreator.Active
fullName : TinyLife.Uis.CharacterCreator.Active
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : GetCustomPrice(Person, WornClothes)
nameWithType : CharacterCreator.GetCustomPrice(Person, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person, TinyLife.Objects.WornClothes)
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
name : GetCustomPrice
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
- name : )
spec.vb :
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
name : GetCustomPrice
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
commentId : T:TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
parent : TinyLife.Uis
name : CharacterCreator.GetCustomPriceDelegate
nameWithType : CharacterCreator.GetCustomPriceDelegate
fullName : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : .
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
name : GetCustomPriceDelegate
spec.vb :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : .
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : BoughtItem(Person, WornClothes)
nameWithType : CharacterCreator.BoughtItem(Person, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person, TinyLife.Objects.WornClothes)
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
name : BoughtItem
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
- name : )
spec.vb :
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
name : BoughtItem
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
commentId : T:TinyLife.Uis.CharacterCreator.BoughtItemDelegate
parent : TinyLife.Uis
name : CharacterCreator.BoughtItemDelegate
nameWithType : CharacterCreator.BoughtItemDelegate
fullName : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : .
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
name : BoughtItemDelegate
spec.vb :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
- name : .
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
name : BoughtItemDelegate
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
commentId : M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
name : IsPersonComplete(Person)
nameWithType : CharacterCreator.IsPersonComplete(Person)
fullName : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
name : IsPersonComplete
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
spec.vb :
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
name : IsPersonComplete
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
2022-10-18 13:03:11 +02:00
- uid : TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
commentId : M:TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
2022-01-01 17:06:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : HasAdult(IEnumerable<Person>)
nameWithType : Household.HasAdult(IEnumerable<Person>)
fullName : TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable<TinyLife.Objects.Person>)
nameWithType.vb : Household.HasAdult(IEnumerable(Of Person))
fullName.vb : TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person))
name.vb : HasAdult(IEnumerable(Of Person))
spec.csharp :
- uid : TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
name : HasAdult
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
- uid : TinyLife.Objects.Person
name : Person
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
name : HasAdult
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.Person
name : Person
- name : )
- name : )
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
commentId : Overload:TinyLife.Uis.CharacterCreator.CanCloseOrExport
name : CanCloseOrExport
nameWithType : CharacterCreator.CanCloseOrExport
fullName : TinyLife.Uis.CharacterCreator.CanCloseOrExport
2023-04-14 13:00:36 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
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-07-28 14:58:38 +02:00
- uid : TinyLife.Uis.CharacterCreator.Open*
commentId : Overload:TinyLife.Uis.CharacterCreator.Open
name : Open
nameWithType : CharacterCreator.Open
fullName : TinyLife.Uis.CharacterCreator.Open
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.WornClothes
commentId : T:TinyLife.Objects.WornClothes
parent : TinyLife.Objects
name : WornClothes
nameWithType : WornClothes
fullName : TinyLife.Objects.WornClothes
- uid : TinyLife.Uis.CharacterCreator.OnGetCustomPrice
commentId : E:TinyLife.Uis.CharacterCreator.OnGetCustomPrice
2023-03-30 18:07:55 +02:00
name : OnGetCustomPrice
nameWithType : CharacterCreator.OnGetCustomPrice
fullName : TinyLife.Uis.CharacterCreator.OnGetCustomPrice
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice*
commentId : Overload:TinyLife.Uis.CharacterCreator.GetCustomPrice
name : GetCustomPrice
nameWithType : CharacterCreator.GetCustomPrice
fullName : TinyLife.Uis.CharacterCreator.GetCustomPrice
- uid : System.Nullable{System.Single}
commentId : T:System.Nullable{System.Single}
parent : System
definition : System.Nullable`1
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
spec.csharp :
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2022-12-20 13:25:03 +01:00
spec.vb :
- 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 : '?'
2022-12-20 13:25:03 +01:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-12-20 13:25:03 +01:00
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-12-20 13:25:03 +01:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
- uid : TinyLife.Uis.CharacterCreator.OnBoughtItem
commentId : E:TinyLife.Uis.CharacterCreator.OnBoughtItem
2023-03-30 18:07:55 +02:00
name : OnBoughtItem
nameWithType : CharacterCreator.OnBoughtItem
fullName : TinyLife.Uis.CharacterCreator.OnBoughtItem
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem*
commentId : Overload:TinyLife.Uis.CharacterCreator.BoughtItem
name : BoughtItem
nameWithType : CharacterCreator.BoughtItem
fullName : TinyLife.Uis.CharacterCreator.BoughtItem
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.Objects.Person.FirstName
commentId : F:TinyLife.Objects.Person.FirstName
name : FirstName
nameWithType : Person.FirstName
fullName : TinyLife.Objects.Person.FirstName
- uid : TinyLife.Objects.Person.LastName
commentId : F:TinyLife.Objects.Person.LastName
name : LastName
nameWithType : Person.LastName
fullName : TinyLife.Objects.Person.LastName
- uid : TinyLife.Objects.Person.Pronouns
commentId : F:TinyLife.Objects.Person.Pronouns
name : Pronouns
nameWithType : Person.Pronouns
fullName : TinyLife.Objects.Person.Pronouns
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete*
commentId : Overload:TinyLife.Uis.CharacterCreator.IsPersonComplete
name : IsPersonComplete
nameWithType : CharacterCreator.IsPersonComplete
fullName : TinyLife.Uis.CharacterCreator.IsPersonComplete
- 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
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
name : CreatePersonalitySelector
nameWithType : CharacterCreator.CreatePersonalitySelector
fullName : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
2023-04-14 13:00:36 +02:00
- uid : MLEM.Ui.Elements
commentId : N : MLEM.Ui.Elements
isExternal : true
name : MLEM.Ui.Elements
nameWithType : MLEM.Ui.Elements
fullName : MLEM.Ui.Elements
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
- uid : TinyLife.Uis.CharacterCreator.CreateNameSelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreateNameSelector
name : CreateNameSelector
nameWithType : CharacterCreator.CreateNameSelector
fullName : TinyLife.Uis.CharacterCreator.CreateNameSelector
- uid : MLEM.Ui.Elements.Element
commentId : T:MLEM.Ui.Elements.Element
parent : MLEM.Ui.Elements
isExternal : true
name : Element
nameWithType : Element
fullName : MLEM.Ui.Elements.Element
- uid : TinyLife.Uis.CharacterCreator.CreatePronounSelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreatePronounSelector
name : CreatePronounSelector
nameWithType : CharacterCreator.CreatePronounSelector
fullName : TinyLife.Uis.CharacterCreator.CreatePronounSelector
- uid : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
name : CreatePregnancyAbilitySelector
nameWithType : CharacterCreator.CreatePregnancyAbilitySelector
fullName : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
- uid : TinyLife.Uis.CharacterCreator.CreateVoiceSelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreateVoiceSelector
name : CreateVoiceSelector
nameWithType : CharacterCreator.CreateVoiceSelector
fullName : TinyLife.Uis.CharacterCreator.CreateVoiceSelector