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
2024-06-09 17:05:30 +02:00
- TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2022-01-01 17:06:03 +01:00
- TinyLife.Uis.CharacterCreator.CanCloseOrExport
2024-06-09 17:05:30 +02:00
- TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
2024-09-20 13:01:26 +02:00
- TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike,System.Nullable{System.Int32})
2024-06-09 17:05:30 +02:00
- TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
- TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
2024-06-09 17:05:30 +02:00
- TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
- TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
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
2024-08-31 11:17:42 +02:00
- TinyLife.Uis.CharacterCreator.OnBuildModeButton
2022-12-20 13:25:03 +01:00
- TinyLife.Uis.CharacterCreator.OnGetCustomPrice
2024-06-09 17:05:30 +02:00
- TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : CharacterCreator
nameWithType : CharacterCreator
fullName : TinyLife.Uis.CharacterCreator
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : The 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.
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
The maximum amount of people allowed in one household at a time.
This is a constant that is set to 8.
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
The maximum amount of outfits that any given person can have.
This is a constant that is set to 10.
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : The currently displayed <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref> instance, or null if the character editor is closed
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An event that is invoked when <xref href="TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike%2cTinyLife.Objects.WornClothes)" data-throw-if-not-resolved="false"></xref> is called.
2024-01-07 16:53:47 +01:00
Use this event to change the custom price of a clothing item bought in the character creator.
2022-12-20 13:25:03 +01:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An 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.PersonLike%2cTinyLife.Objects.WornClothes)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
Use this event to add emotion modifiers based on the clothing item bought in the character creator.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
content : public static event CharacterCreator.BoughtItemDelegate OnBoughtItem
return :
type : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
content.vb : Public Shared Event OnBoughtItem As CharacterCreator.BoughtItemDelegate
2024-08-31 11:17:42 +02:00
- uid : TinyLife.Uis.CharacterCreator.OnBuildModeButton
commentId : E:TinyLife.Uis.CharacterCreator.OnBuildModeButton
id : OnBuildModeButton
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : OnBuildModeButton
nameWithType : CharacterCreator.OnBuildModeButton
fullName : TinyLife.Uis.CharacterCreator.OnBuildModeButton
type : Event
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-10-17 17:28:12 +02:00
summary : >-
An event that is invoked when this tool's build mode buttons are created using <xref href="TinyLife.Tools.Tool.BuildModeButton(System.String%2cMLEM.Ui.Elements.Element.GenericCallback%2cMLEM.Ui.Elements.Element.DrawCallback%2cSystem.Single%2cMLEM.Textures.TextureRegion%2cSystem.String%2cSystem.Collections.Generic.IEnumerable%7bSystem.String%7d%2cSystem.Nullable%7bSystem.Single%7d)" data-throw-if-not-resolved="false"></xref>.
The button that is created is passed as the second argument, and can be modified based on the object type.
example : [ ]
2024-08-31 11:17:42 +02:00
syntax :
content : public static event Action<Clothes, WornClothes, Button> OnBuildModeButton
return :
type : System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button}
content.vb : Public Shared Event OnBuildModeButton As Action(Of Clothes, WornClothes, Button)
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
Returns whether the character creator currently allows being closed or for the current household to be exported.
2024-06-09 17:05:30 +02:00
The return value is based on <xref href="TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref>, as well as whether the household's <xref href="TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable%7bTinyLife.Objects.PersonLike%7d)" data-throw-if-not-resolved="false"></xref> contain at least one adult.
2022-01-01 17:06:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public CharacterCreator.CharacterCompletion CanCloseOrExport()
2022-01-01 17:06:03 +01:00
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
2022-01-01 17:06:03 +01:00
description : Whether the character creator can currently be closed or exported.
2024-06-09 17:05:30 +02:00
content.vb : Public Function CanCloseOrExport() As CharacterCreator.CharacterCompletion
2022-01-01 17:06:03 +01:00
overload : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)
commentId : M:TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)
id : Open(TinyLife.Objects.PersonLike,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Open(PersonLike, bool)
nameWithType : CharacterCreator.Open(PersonLike, bool)
fullName : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Opens a new <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref> for the given person (and their household).
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static void Open(PersonLike person, bool full)
2021-08-04 06:51:12 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
description : The person to open in the character creator
- id : full
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : If this value is true, editing the person's name, skin and eye color and personality is possible
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub Open(person As PersonLike, full As Boolean)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Uis.CharacterCreator.Open*
2024-06-09 17:05:30 +02:00
nameWithType.vb : CharacterCreator.Open(PersonLike, Boolean)
fullName.vb : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike, Boolean)
name.vb : Open(PersonLike, Boolean)
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
id : GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetCustomPrice(PersonLike, WornClothes)
nameWithType : CharacterCreator.GetCustomPrice(PersonLike, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes)
2022-12-20 13:25:03 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
Returns 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>.
This is influenced by the given <code class="paramref">person</code>'s personalities, as well as the <xref href="TinyLife.Uis.CharacterCreator.OnGetCustomPrice" data-throw-if-not-resolved="false"></xref> event.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static float? GetCustomPrice(PersonLike person, WornClothes clothes)
2022-12-20 13:25:03 +01:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The person who is buying the <code class="paramref">clothes</code>.
2022-12-20 13:25:03 +01:00
- id : clothes
type : TinyLife.Objects.WornClothes
description : The clothes whose price to get.
return :
type : System.Nullable{System.Single}
2024-01-07 16:53:47 +01: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.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Function GetCustomPrice(person As PersonLike, clothes As WornClothes) As Single?
2022-12-20 13:25:03 +01:00
overload : TinyLife.Uis.CharacterCreator.GetCustomPrice*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
id : BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : BoughtItem(PersonLike, WornClothes)
nameWithType : CharacterCreator.BoughtItem(PersonLike, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes)
2022-12-20 13:25:03 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
A method that is called in <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref> when a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> buys the given <code class="paramref">clothes</code>.
2024-01-07 16:53:47 +01:00
This method also causes <xref href="TinyLife.Uis.CharacterCreator.OnBoughtItem" data-throw-if-not-resolved="false"></xref> to be raised.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static void BoughtItem(PersonLike person, WornClothes clothes)
2022-12-20 13:25:03 +01:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The person who is buying the <code class="paramref">clothes</code>.
2022-12-20 13:25:03 +01:00
- id : clothes
type : TinyLife.Objects.WornClothes
description : The clothes bought.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub BoughtItem(person As PersonLike, clothes As WornClothes)
2022-12-20 13:25:03 +01:00
overload : TinyLife.Uis.CharacterCreator.BoughtItem*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
id : IsPersonComplete(TinyLife.Objects.PersonLike)
2023-04-14 13:00:36 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : IsPersonComplete(PersonLike)
nameWithType : CharacterCreator.IsPersonComplete(PersonLike)
fullName : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
2023-04-14 13:00:36 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
A method that determines whether the given <code class="paramref">person</code> is complete, meaning the character creator can now be exited.
2024-06-09 17:05:30 +02:00
A 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.PersonLike.FirstName" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.PersonLike.LastName" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Person.Pronouns" data-throw-if-not-resolved="false"></xref> are set.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public static CharacterCreator.CharacterCompletion IsPersonComplete(PersonLike person)
2023-04-14 13:00:36 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2023-04-26 14:51:19 +02:00
description : The person.
2023-04-14 13:00:36 +02:00
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
2023-04-26 14:51:19 +02:00
description : Whether the person is complete.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Function IsPersonComplete(person As PersonLike) As CharacterCreator.CharacterCompletion
2023-04-14 13:00:36 +02:00
overload : TinyLife.Uis.CharacterCreator.IsPersonComplete*
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike,System.Nullable{System.Int32})
commentId : M:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike,System.Nullable{System.Int32})
id : CreatePersonalitySelector(TinyLife.Objects.PersonLike,System.Nullable{System.Int32})
2023-04-14 13:00:36 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-09-20 13:01:26 +02:00
name : CreatePersonalitySelector(PersonLike, int?)
nameWithType : CharacterCreator.CreatePersonalitySelector(PersonLike, int?)
fullName : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike, int?)
2023-04-14 13:00:36 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a personality selector element for the given <code class="paramref">person</code> and returns it as a <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref>.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-09-20 13:01:26 +02:00
content : public static Group CreatePersonalitySelector(PersonLike person, int? amountRemovable)
2023-04-14 13:00:36 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2023-04-26 14:51:19 +02:00
description : The person.
2024-09-20 13:01:26 +02:00
- id : amountRemovable
type : System.Nullable{System.Int32}
2024-10-17 17:28:12 +02:00
description : The amount of personalities that can be removed from the <code class="paramref">person</code>'s current <xref href="TinyLife.Objects.PersonLike.PersonalityTypes" data-throw-if-not-resolved="false"></xref>. If this is 0, no current personalities are removable. If this is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, the personality selector is considered to be in "full edit mode", meaning all personalities can be removed or changed.
2023-04-14 13:00:36 +02:00
return :
type : MLEM.Ui.Elements.Group
2024-09-20 13:01:26 +02:00
content.vb : Public Shared Function CreatePersonalitySelector(person As PersonLike, amountRemovable As Integer?) As Group
2023-04-14 13:00:36 +02:00
overload : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
2024-09-20 13:01:26 +02:00
nameWithType.vb : CharacterCreator.CreatePersonalitySelector(PersonLike, Integer?)
fullName.vb : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike, Integer?)
name.vb : CreatePersonalitySelector(PersonLike, Integer?)
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
id : CreateNameSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CreateNameSelector(PersonLike, Element)
nameWithType : CharacterCreator.CreateNameSelector(PersonLike, Element)
fullName : TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a name selector element for the given <code class="paramref">person</code> and adds it to the given <code class="paramref">parent</code>.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public static void CreateNameSelector(PersonLike person, Element parent)
2023-04-14 13:00:36 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
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.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub CreateNameSelector(person As PersonLike, parent As Element)
2023-04-14 13:00:36 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a pronoun selector element for the given <code class="paramref">person</code> and adds it to the given <code class="paramref">parent</code>.
2023-04-26 14:51:19 +02:00
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*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
id : CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CreatePregnancyAbilitySelector(PersonLike, Element)
nameWithType : CharacterCreator.CreatePregnancyAbilitySelector(PersonLike, Element)
fullName : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a pregnancy ability selector element for the given <code class="paramref">person</code> and adds it to the given <code class="paramref">parent</code>.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public static void CreatePregnancyAbilitySelector(PersonLike person, Element parent)
2023-04-14 13:00:36 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
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.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub CreatePregnancyAbilitySelector(person As PersonLike, parent As Element)
2023-04-14 13:00:36 +02:00
overload : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
id : CreateVoiceSelector(TinyLife.Objects.PersonLike,MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CreateVoiceSelector(PersonLike, Element)
nameWithType : CharacterCreator.CreateVoiceSelector(PersonLike, Element)
fullName : TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element)
2023-04-14 13:00:36 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a voice selector element for the given <code class="paramref">person</code> and adds it to the given <code class="paramref">parent</code>.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public static void CreateVoiceSelector(PersonLike person, Element parent)
2023-04-14 13:00:36 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
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.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub CreateVoiceSelector(person As PersonLike, parent As Element)
2023-04-14 13:00:36 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Clothes.html
2021-08-04 06:51:12 +02:00
name : Clothes
nameWithType : Clothes
fullName : TinyLife.Objects.Clothes
- uid : TinyLife.PersonalityType
commentId : T:TinyLife.PersonalityType
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html
2021-08-04 06:51:12 +02:00
name : PersonalityType
nameWithType : PersonalityType
fullName : TinyLife.PersonalityType
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2021-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)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife
commentId : N : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
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)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-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
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2021-08-04 06:51:12 +02:00
name : CharacterCreator
nameWithType : CharacterCreator
fullName : TinyLife.Uis.CharacterCreator
- uid : TinyLife.Uis.CharacterCreator.Active*
commentId : Overload:TinyLife.Uis.CharacterCreator.Active
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_Active
2021-08-04 06:51:12 +02:00
name : Active
nameWithType : CharacterCreator.Active
fullName : TinyLife.Uis.CharacterCreator.Active
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_GetCustomPrice_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
name : GetCustomPrice(PersonLike, WornClothes)
nameWithType : CharacterCreator.GetCustomPrice(PersonLike, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : GetCustomPrice
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_GetCustomPrice_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WornClothes.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : GetCustomPrice
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_GetCustomPrice_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WornClothes.html
2023-03-30 18:07:55 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
commentId : T:TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.html
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_BoughtItem_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
name : BoughtItem(PersonLike, WornClothes)
nameWithType : CharacterCreator.BoughtItem(PersonLike, WornClothes)
fullName : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : BoughtItem
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_BoughtItem_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WornClothes.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike,TinyLife.Objects.WornClothes)
2023-03-30 18:07:55 +02:00
name : BoughtItem
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_BoughtItem_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WornClothes.html
2023-03-30 18:07:55 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
commentId : T:TinyLife.Uis.CharacterCreator.BoughtItemDelegate
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
name : BoughtItemDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis.CharacterCreator.BoughtItemDelegate
name : BoughtItemDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
commentId : M:TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
parent : TinyLife.Tools.Tool
isExternal : true
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
name : BuildModeButton(string, GenericCallback, DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
nameWithType : Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
fullName : TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, string, System.Collections.Generic.IEnumerable<string>, float?)
nameWithType.vb : Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
fullName.vb : TinyLife.Tools.Tool.BuildModeButton(String, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, Single, MLEM.Textures.TextureRegion, String, System.Collections.Generic.IEnumerable(Of String), Single?)
name.vb : BuildModeButton(String, GenericCallback, DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
spec.csharp :
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
name : BuildModeButton
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.GenericCallback
name : GenericCallback
isExternal : true
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.DrawCallback
name : DrawCallback
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : ','
- name : " "
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- 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 : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : '>'
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
name : BuildModeButton
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.GenericCallback
name : GenericCallback
isExternal : true
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.DrawCallback
name : DrawCallback
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : ','
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- 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 : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
2024-08-31 11:17:42 +02:00
- uid : System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button}
commentId : T:System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button}
parent : System
definition : System.Action`3
href : https://learn.microsoft.com/dotnet/api/system.action-3
name : Action<Clothes, WornClothes, Button>
nameWithType : Action<Clothes, WornClothes, Button>
fullName : System.Action<TinyLife.Objects.Clothes, TinyLife.Objects.WornClothes, MLEM.Ui.Elements.Button>
nameWithType.vb : Action(Of Clothes, WornClothes, Button)
fullName.vb : System.Action(Of TinyLife.Objects.Clothes, TinyLife.Objects.WornClothes, MLEM.Ui.Elements.Button)
name.vb : Action(Of Clothes, WornClothes, Button)
spec.csharp :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : <
- uid : TinyLife.Objects.Clothes
name : Clothes
href : TinyLife.Objects.Clothes.html
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
href : TinyLife.Objects.WornClothes.html
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : '>'
spec.vb :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.Clothes
name : Clothes
href : TinyLife.Objects.Clothes.html
- name : ','
- name : " "
- uid : TinyLife.Objects.WornClothes
name : WornClothes
href : TinyLife.Objects.WornClothes.html
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
href : TinyLife.Tools.Tool.html
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
2024-08-31 11:17:42 +02:00
- uid : System.Action`3
commentId : T:System.Action`3
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
name : Action<T1, T2, T3>
nameWithType : Action<T1, T2, T3>
fullName : System.Action<T1, T2, T3>
nameWithType.vb : Action(Of T1, T2, T3)
fullName.vb : System.Action(Of T1, T2, T3)
name.vb : Action(Of T1, T2, T3)
spec.csharp :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : <
- name : T1
- name : ','
- name : " "
- name : T2
- name : ','
- name : " "
- name : T3
- name : '>'
spec.vb :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
- name : T1
- name : ','
- name : " "
- name : T2
- name : ','
- name : " "
- name : T3
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
href : TinyLife.html
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
spec.csharp :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Tools
name : Tools
href : TinyLife.Tools.html
spec.vb :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Tools
name : Tools
href : TinyLife.Tools.html
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
name : IsPersonComplete(PersonLike)
nameWithType : CharacterCreator.IsPersonComplete(PersonLike)
fullName : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
2023-04-26 14:51:19 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
2023-04-26 14:51:19 +02:00
name : IsPersonComplete
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-26 14:51:19 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
2023-04-26 14:51:19 +02:00
name : IsPersonComplete
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-26 14:51:19 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike})
commentId : M:TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike})
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.World.Household.html#TinyLife_World_Household_GetAgeGroups_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__
name : GetAgeGroups(IEnumerable<PersonLike>)
nameWithType : Household.GetAgeGroups(IEnumerable<PersonLike>)
fullName : TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable<TinyLife.Objects.PersonLike>)
nameWithType.vb : Household.GetAgeGroups(IEnumerable(Of PersonLike))
fullName.vb : TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.PersonLike))
name.vb : GetAgeGroups(IEnumerable(Of PersonLike))
2024-04-14 17:55:54 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike})
2024-04-14 17:55:54 +02:00
name : GetAgeGroups
2024-06-09 17:05:30 +02:00
href : TinyLife.World.Household.html#TinyLife_World_Household_GetAgeGroups_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__
2024-04-14 17:55:54 +02:00
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : '>'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike})
2024-04-14 17:55:54 +02:00
name : GetAgeGroups
2024-06-09 17:05:30 +02:00
href : TinyLife.World.Household.html#TinyLife_World_Household_GetAgeGroups_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__
2024-04-14 17:55:54 +02:00
- 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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : )
- name : )
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
commentId : Overload:TinyLife.Uis.CharacterCreator.CanCloseOrExport
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CanCloseOrExport
2022-01-01 17:06:03 +01:00
name : CanCloseOrExport
nameWithType : CharacterCreator.CanCloseOrExport
fullName : TinyLife.Uis.CharacterCreator.CanCloseOrExport
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
commentId : T:TinyLife.Uis.CharacterCreator.CharacterCompletion
parent : TinyLife.Uis
href : TinyLife.Uis.CharacterCreator.html
name : CharacterCreator.CharacterCompletion
nameWithType : CharacterCreator.CharacterCompletion
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
href : TinyLife.Uis.CharacterCreator.html
- name : .
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
spec.vb :
- uid : TinyLife.Uis.CharacterCreator
name : CharacterCreator
href : TinyLife.Uis.CharacterCreator.html
- name : .
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
- uid : TinyLife.Uis.CharacterCreator.Open*
commentId : Overload:TinyLife.Uis.CharacterCreator.Open
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_Open_TinyLife_Objects_PersonLike_System_Boolean_
name : Open
nameWithType : CharacterCreator.Open
fullName : TinyLife.Uis.CharacterCreator.Open
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
parent : TinyLife.Objects
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
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-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.WornClothes
commentId : T:TinyLife.Objects.WornClothes
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WornClothes.html
2022-12-20 13:25:03 +01:00
name : WornClothes
nameWithType : WornClothes
fullName : TinyLife.Objects.WornClothes
- uid : TinyLife.Uis.CharacterCreator.OnGetCustomPrice
commentId : E:TinyLife.Uis.CharacterCreator.OnGetCustomPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html#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
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_GetCustomPrice_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html#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
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_BoughtItem_TinyLife_Objects_PersonLike_TinyLife_Objects_WornClothes_
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html#TinyLife_PersonalityType_MaxMajorsPerPerson
2023-04-26 14:51:19 +02:00
name : MaxMajorsPerPerson
nameWithType : PersonalityType.MaxMajorsPerPerson
fullName : TinyLife.PersonalityType.MaxMajorsPerPerson
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.FirstName
commentId : F:TinyLife.Objects.PersonLike.FirstName
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FirstName
2023-04-26 14:51:19 +02:00
name : FirstName
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.FirstName
fullName : TinyLife.Objects.PersonLike.FirstName
- uid : TinyLife.Objects.PersonLike.LastName
commentId : F:TinyLife.Objects.PersonLike.LastName
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LastName
2023-04-26 14:51:19 +02:00
name : LastName
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.LastName
fullName : TinyLife.Objects.PersonLike.LastName
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Objects.Person.Pronouns
commentId : F:TinyLife.Objects.Person.Pronouns
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_Pronouns
2023-04-26 14:51:19 +02:00
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
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
2023-04-14 13:00:36 +02:00
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
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.PersonalityTypes
commentId : F:TinyLife.Objects.PersonLike.PersonalityTypes
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PersonalityTypes
name : PersonalityTypes
nameWithType : PersonLike.PersonalityTypes
fullName : TinyLife.Objects.PersonLike.PersonalityTypes
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
2024-09-20 13:01:26 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CreatePersonalitySelector_TinyLife_Objects_PersonLike_System_Nullable_System_Int32__
2023-04-26 14:51:19 +02:00
name : CreatePersonalitySelector
nameWithType : CharacterCreator.CreatePersonalitySelector
fullName : TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
2024-09-20 13:01:26 +02:00
- uid : System.Nullable{System.Int32}
commentId : T:System.Nullable{System.Int32}
parent : System
definition : System.Nullable`1
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int?
nameWithType : int?
fullName : int?
nameWithType.vb : Integer?
fullName.vb : Integer?
name.vb : Integer?
spec.csharp :
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '?'
spec.vb :
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '?'
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
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CreateNameSelector_TinyLife_Objects_PersonLike_MLEM_Ui_Elements_Element_
2023-04-14 13:00:36 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CreatePronounSelector_TinyLife_Objects_Person_MLEM_Ui_Elements_Element_
2023-04-14 13:00:36 +02:00
name : CreatePronounSelector
nameWithType : CharacterCreator.CreatePronounSelector
fullName : TinyLife.Uis.CharacterCreator.CreatePronounSelector
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
href : TinyLife.Objects.Person.html
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CreatePregnancyAbilitySelector_TinyLife_Objects_PersonLike_MLEM_Ui_Elements_Element_
2023-04-14 13:00:36 +02:00
name : CreatePregnancyAbilitySelector
nameWithType : CharacterCreator.CreatePregnancyAbilitySelector
fullName : TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
- uid : TinyLife.Uis.CharacterCreator.CreateVoiceSelector*
commentId : Overload:TinyLife.Uis.CharacterCreator.CreateVoiceSelector
2024-06-09 17:05:30 +02:00
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CreateVoiceSelector_TinyLife_Objects_PersonLike_MLEM_Ui_Elements_Element_
2023-04-14 13:00:36 +02:00
name : CreateVoiceSelector
nameWithType : CharacterCreator.CreateVoiceSelector
fullName : TinyLife.Uis.CharacterCreator.CreateVoiceSelector