2024-06-09 17:05:30 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
commentId : T:TinyLife.Uis.CharacterCreator.CharacterCompletion
id : CharacterCreator.CharacterCompletion
parent : TinyLife.Uis
children :
- TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingAdult
- TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingName
- TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPersonalities
- TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPronouns
- TinyLife.Uis.CharacterCreator.CharacterCompletion.Valid
langs :
- csharp
- vb
name : CharacterCreator.CharacterCompletion
nameWithType : CharacterCreator.CharacterCompletion
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion
type : Enum
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CharacterCompletion
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1131
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : An enumeration that is used for the return value of <xref href="TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Uis.CharacterCreator.CanCloseOrExport" data-throw-if-not-resolved="false"></xref>.
example : [ ]
syntax :
content : public enum CharacterCreator.CharacterCompletion
content.vb : Public Enum CharacterCreator.CharacterCompletion
extensionMethods :
- TinyLife.Uis.CharacterCreator.CharacterCompletion.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.Valid
commentId : F:TinyLife.Uis.CharacterCreator.CharacterCompletion.Valid
id : Valid
parent : TinyLife.Uis.CharacterCreator.CharacterCompletion
langs :
- csharp
- vb
name : Valid
nameWithType : CharacterCreator.CharacterCompletion.Valid
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion.Valid
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Valid
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1136
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : The person is complete.
example : [ ]
syntax :
content : Valid = 0
return :
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingAdult
commentId : F:TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingAdult
id : MissingAdult
parent : TinyLife.Uis.CharacterCreator.CharacterCompletion
langs :
- csharp
- vb
name : MissingAdult
nameWithType : CharacterCreator.CharacterCompletion.MissingAdult
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingAdult
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : MissingAdult
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1140
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : The current household is missing an adult.
example : [ ]
syntax :
content : MissingAdult = 1
return :
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPersonalities
commentId : F:TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPersonalities
id : MissingPersonalities
parent : TinyLife.Uis.CharacterCreator.CharacterCompletion
langs :
- csharp
- vb
name : MissingPersonalities
nameWithType : CharacterCreator.CharacterCompletion.MissingPersonalities
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPersonalities
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : MissingPersonalities
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1144
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : The currently selected person is missing one or more major personalities.
example : [ ]
syntax :
content : MissingPersonalities = 2
return :
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingName
commentId : F:TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingName
id : MissingName
parent : TinyLife.Uis.CharacterCreator.CharacterCompletion
langs :
- csharp
- vb
name : MissingName
nameWithType : CharacterCreator.CharacterCompletion.MissingName
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingName
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : MissingName
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1148
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : The currently selected person is missing a first or lats name.
example : [ ]
syntax :
content : MissingName = 3
return :
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPronouns
commentId : F:TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPronouns
id : MissingPronouns
parent : TinyLife.Uis.CharacterCreator.CharacterCompletion
langs :
- csharp
- vb
name : MissingPronouns
nameWithType : CharacterCreator.CharacterCompletion.MissingPronouns
fullName : TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPronouns
type : Field
source :
remote :
path : TinyLife/Uis/CharacterCreator.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : MissingPronouns
path : ../TinyLife/Uis/CharacterCreator.cs
2024-07-26 12:47:59 +02:00
startLine : 1152
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Uis
summary : The currently selected person is missing pronouns.
example : [ ]
syntax :
content : MissingPronouns = 4
return :
type : TinyLife.Uis.CharacterCreator.CharacterCompletion
references :
- 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)
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
name : IsPersonComplete
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
- name : (
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : )
spec.vb :
- uid : TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike)
name : IsPersonComplete
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_
- name : (
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : )
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport
commentId : M:TinyLife.Uis.CharacterCreator.CanCloseOrExport
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CanCloseOrExport
name : CanCloseOrExport()
nameWithType : CharacterCreator.CanCloseOrExport()
fullName : TinyLife.Uis.CharacterCreator.CanCloseOrExport()
spec.csharp :
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport
name : CanCloseOrExport
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CanCloseOrExport
- name : (
- name : )
spec.vb :
- uid : TinyLife.Uis.CharacterCreator.CanCloseOrExport
name : CanCloseOrExport
href : TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_CanCloseOrExport
- name : (
- name : )
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
href : TinyLife.html
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
spec.csharp :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Uis
name : Uis
href : TinyLife.Uis.html
spec.vb :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Uis
name : Uis
href : TinyLife.Uis.html
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name : JsonCopy<CharacterCompletion>(CharacterCompletion)
nameWithType : Extensions.JsonCopy<CharacterCreator.CharacterCompletion>(CharacterCreator.CharacterCompletion)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator.CharacterCompletion>(TinyLife.Uis.CharacterCreator.CharacterCompletion)
nameWithType.vb : Extensions.JsonCopy(Of CharacterCreator.CharacterCompletion)(CharacterCreator.CharacterCompletion)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator.CharacterCompletion)(TinyLife.Uis.CharacterCreator.CharacterCompletion)
name.vb : JsonCopy(Of CharacterCompletion)(CharacterCompletion)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.CharacterCompletion)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : <
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
- name : '>'
- name : (
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.CharacterCompletion)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : (
- name : Of
- name : " "
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
- name : )
- name : (
- uid : TinyLife.Uis.CharacterCreator.CharacterCompletion
name : CharacterCompletion
href : TinyLife.Uis.CharacterCreator.CharacterCompletion.html
- name : )
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href : TinyLife.Utilities.Extensions.html#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
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : <
- name : T
- name : '>'
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
href : TinyLife.Utilities.Extensions.html
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
href : TinyLife.html
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
spec.csharp :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Utilities
name : Utilities
href : TinyLife.Utilities.html
spec.vb :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Utilities
name : Utilities
href : TinyLife.Utilities.html
- 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