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
2021-08-04 06:51:12 +02:00
- TinyLife.Uis.CharacterCreator.CanSwitchPeople
2022-12-20 13:25:03 +01:00
- TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
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
2022-05-24 13:36:05 +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
2022-11-12 13:53:28 +01:00
startLine : 28
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
modifiers.csharp :
- public
- class
modifiers.vb :
- Public
- Class
- 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
2022-05-24 13:36:05 +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
2022-11-12 13:53:28 +01:00
startLine : 34
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +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
2022-11-12 13:53:28 +01:00
startLine : 39
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +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
2022-11-12 13:53:28 +01:00
startLine : 43
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
content.vb : Public Shared ReadOnly Property Active As CharacterCreator
overload : TinyLife.Uis.CharacterCreator.Active*
modifiers.csharp :
- public
- static
- get
modifiers.vb :
- Public
- Shared
- ReadOnly
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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnGetCustomPrice
path : ../TinyLife/Uis/CharacterCreator.cs
startLine : 49
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
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- 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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnBoughtItem
path : ../TinyLife/Uis/CharacterCreator.cs
startLine : 54
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
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.CharacterCreator.CanSwitchPeople
commentId : M:TinyLife.Uis.CharacterCreator.CanSwitchPeople
id : CanSwitchPeople
parent : TinyLife.Uis.CharacterCreator
langs :
- csharp
- vb
name : CanSwitchPeople()
nameWithType : CharacterCreator.CanSwitchPeople()
fullName : TinyLife.Uis.CharacterCreator.CanSwitchPeople()
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2022-05-24 13:36:05 +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 : CanSwitchPeople
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Uis/CharacterCreator.cs
2022-12-20 13:25:03 +01:00
startLine : 372
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : "\nReturns whether or not this character creator instance currently allows switching the selected character.\nThe return value is based on the selected person's <xref href=\"TinyLife.Objects.Person.FullName\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.PersonalityTypes\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public bool CanSwitchPeople()
return :
type : System.Boolean
description : Whether we can currently switch the active person
content.vb : Public Function CanSwitchPeople As Boolean
overload : TinyLife.Uis.CharacterCreator.CanSwitchPeople*
modifiers.csharp :
- public
modifiers.vb :
- Public
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
2022-05-24 13:36:05 +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
2022-12-20 13:25:03 +01:00
startLine : 383
2022-01-01 17:06:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2022-10-18 13:03:11 +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.CanSwitchPeople\" 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.
content.vb : Public Function CanCloseOrExport As Boolean
overload : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
modifiers.csharp :
- public
modifiers.vb :
- Public
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
name : Open(Person, Boolean)
nameWithType : CharacterCreator.Open(Person, Boolean)
fullName : TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person, System.Boolean)
type : Method
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
2022-05-24 13:36:05 +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
2022-12-20 13:25:03 +01:00
startLine : 761
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*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : GetCustomPrice
path : ../TinyLife/Uis/CharacterCreator.cs
startLine : 775
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}
description : The clothes item's custom price, or <xref uid="langword_csharp_null" name="null" href=""></xref> to use the default price.
content.vb : Public Shared Function GetCustomPrice(person As Person, clothes As WornClothes) As Single?
overload : TinyLife.Uis.CharacterCreator.GetCustomPrice*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- 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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : BoughtItem
path : ../TinyLife/Uis/CharacterCreator.cs
startLine : 791
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*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
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
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
name : Equals(Object)
nameWithType : Object.Equals(Object)
fullName : System.Object.Equals(System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
name : GetHashCode()
nameWithType : Object.GetHashCode()
fullName : System.Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
name : MemberwiseClone()
nameWithType : Object.MemberwiseClone()
fullName : System.Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
name : ToString()
nameWithType : Object.ToString()
fullName : System.Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- 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)
name : JsonCopy<CharacterCreator>()
nameWithType : Extensions.JsonCopy<CharacterCreator>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator>()
nameWithType.vb : Extensions.JsonCopy(Of CharacterCreator)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator)()
name.vb : JsonCopy(Of CharacterCreator)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<CharacterCreator>
nameWithType : Extensions.JsonCopy<CharacterCreator>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of CharacterCreator)
nameWithType : Extensions.JsonCopy(Of CharacterCreator)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
- uid : TinyLife
commentId : N : TinyLife
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
- uid : System
commentId : N : System
isExternal : true
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)
name : JsonCopy<T>
nameWithType : Extensions.JsonCopy<T>
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy(Of T)
nameWithType : Extensions.JsonCopy(Of T)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- 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
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
name : Int32
nameWithType : Int32
fullName : System.Int32
- 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)
isExternal : true
- 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
- uid : TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
commentId : M:TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
isExternal : true
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Person.FullName
commentId : P:TinyLife.Objects.Person.FullName
isExternal : true
- uid : TinyLife.Objects.Person.PersonalityTypes
commentId : F:TinyLife.Objects.Person.PersonalityTypes
isExternal : true
- uid : TinyLife.Uis.CharacterCreator.CanSwitchPeople*
commentId : Overload:TinyLife.Uis.CharacterCreator.CanSwitchPeople
name : CanSwitchPeople
nameWithType : CharacterCreator.CanSwitchPeople
fullName : TinyLife.Uis.CharacterCreator.CanSwitchPeople
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Uis.CharacterCreator.CanSwitchPeople
commentId : M:TinyLife.Uis.CharacterCreator.CanSwitchPeople
isExternal : true
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
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport*
commentId : Overload:TinyLife.Uis.CharacterCreator.CanCloseOrExport
name : CanCloseOrExport
nameWithType : CharacterCreator.CanCloseOrExport
fullName : TinyLife.Uis.CharacterCreator.CanCloseOrExport
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
isExternal : true
- 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
name : Nullable<Single>
nameWithType : Nullable<Single>
fullName : System.Nullable<System.Single>
nameWithType.vb : Nullable(Of Single)
fullName.vb : System.Nullable(Of System.Single)
name.vb : Nullable(Of Single)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
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
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Uis.CharacterCreator.OnBoughtItem
commentId : E:TinyLife.Uis.CharacterCreator.OnBoughtItem
isExternal : true
- uid : TinyLife.Uis.CharacterCreator.BoughtItem*
commentId : Overload:TinyLife.Uis.CharacterCreator.BoughtItem
name : BoughtItem
nameWithType : CharacterCreator.BoughtItem
fullName : TinyLife.Uis.CharacterCreator.BoughtItem