mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
394 lines
12 KiB
YAML
394 lines
12 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: TinyLife.NameCategory
|
||
|
commentId: T:TinyLife.NameCategory
|
||
|
id: NameCategory
|
||
|
parent: TinyLife
|
||
|
children:
|
||
|
- TinyLife.NameCategory.AppNames
|
||
|
- TinyLife.NameCategory.FeminineFirstNames
|
||
|
- TinyLife.NameCategory.LastNames
|
||
|
- TinyLife.NameCategory.MasculineFirstNames
|
||
|
- TinyLife.NameCategory.ModNames
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: NameCategory
|
||
|
nameWithType: NameCategory
|
||
|
fullName: TinyLife.NameCategory
|
||
|
type: Enum
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: NameCategory
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 245
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nAn enumeration that contains categories for pre-defined names, used by all languages, for Tinies as well as other named objects.\nThis is used by <xref href=\"TinyLife.Localization.Names\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public enum NameCategory
|
||
|
content.vb: Public Enum NameCategory
|
||
|
extensionMethods:
|
||
|
- TinyLife.NameCategory.TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
- uid: TinyLife.NameCategory.ModNames
|
||
|
commentId: F:TinyLife.NameCategory.ModNames
|
||
|
id: ModNames
|
||
|
parent: TinyLife.NameCategory
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ModNames
|
||
|
nameWithType: NameCategory.ModNames
|
||
|
fullName: TinyLife.NameCategory.ModNames
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: ModNames
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 250
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nDefault names for mods, used in the <xref href=\"TinyLife.Actions.ActionType.ModGame\" data-throw-if-not-resolved=\"false\"></xref> action.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: ModNames = 0
|
||
|
return:
|
||
|
type: TinyLife.NameCategory
|
||
|
- uid: TinyLife.NameCategory.AppNames
|
||
|
commentId: F:TinyLife.NameCategory.AppNames
|
||
|
id: AppNames
|
||
|
parent: TinyLife.NameCategory
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: AppNames
|
||
|
nameWithType: NameCategory.AppNames
|
||
|
fullName: TinyLife.NameCategory.AppNames
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: AppNames
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 254
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nDefault names for apps, used in the <xref href=\"TinyLife.Actions.ActionType.CreateApp\" data-throw-if-not-resolved=\"false\"></xref> action.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: AppNames = 1
|
||
|
return:
|
||
|
type: TinyLife.NameCategory
|
||
|
- uid: TinyLife.NameCategory.MasculineFirstNames
|
||
|
commentId: F:TinyLife.NameCategory.MasculineFirstNames
|
||
|
id: MasculineFirstNames
|
||
|
parent: TinyLife.NameCategory
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: MasculineFirstNames
|
||
|
nameWithType: NameCategory.MasculineFirstNames
|
||
|
fullName: TinyLife.NameCategory.MasculineFirstNames
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: MasculineFirstNames
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 258
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nMasculine first names, used in the character creator and in <xref href=\"TinyLife.Objects.Person.Create(TinyLife.World.Map%2cSystem.Random%2cTinyLife.Objects.AgeGroup%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cTinyLife.Objects.Person%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: MasculineFirstNames = 2
|
||
|
return:
|
||
|
type: TinyLife.NameCategory
|
||
|
- uid: TinyLife.NameCategory.FeminineFirstNames
|
||
|
commentId: F:TinyLife.NameCategory.FeminineFirstNames
|
||
|
id: FeminineFirstNames
|
||
|
parent: TinyLife.NameCategory
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: FeminineFirstNames
|
||
|
nameWithType: NameCategory.FeminineFirstNames
|
||
|
fullName: TinyLife.NameCategory.FeminineFirstNames
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: FeminineFirstNames
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 262
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nFeminine first names, used in the character creator and in <xref href=\"TinyLife.Objects.Person.Create(TinyLife.World.Map%2cSystem.Random%2cTinyLife.Objects.AgeGroup%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cTinyLife.Objects.Person%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: FeminineFirstNames = 3
|
||
|
return:
|
||
|
type: TinyLife.NameCategory
|
||
|
- uid: TinyLife.NameCategory.LastNames
|
||
|
commentId: F:TinyLife.NameCategory.LastNames
|
||
|
id: LastNames
|
||
|
parent: TinyLife.NameCategory
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: LastNames
|
||
|
nameWithType: NameCategory.LastNames
|
||
|
fullName: TinyLife.NameCategory.LastNames
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Localization.cs
|
||
|
branch: main
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: LastNames
|
||
|
path: ../TinyLife/Localization.cs
|
||
|
startLine: 266
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
summary: "\nLast names, used in the character creator and in <xref href=\"TinyLife.Objects.Person.Create(TinyLife.World.Map%2cSystem.Random%2cTinyLife.Objects.AgeGroup%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cTinyLife.Objects.Person%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: LastNames = 4
|
||
|
return:
|
||
|
type: TinyLife.NameCategory
|
||
|
references:
|
||
|
- uid: TinyLife.Localization.Names
|
||
|
commentId: F:TinyLife.Localization.Names
|
||
|
name: Names
|
||
|
nameWithType: Localization.Names
|
||
|
fullName: TinyLife.Localization.Names
|
||
|
- uid: TinyLife
|
||
|
commentId: N:TinyLife
|
||
|
name: TinyLife
|
||
|
nameWithType: TinyLife
|
||
|
fullName: TinyLife
|
||
|
- uid: TinyLife.NameCategory.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<NameCategory>(NameCategory)
|
||
|
nameWithType: Extensions.JsonCopy<NameCategory>(NameCategory)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.NameCategory>(TinyLife.NameCategory)
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of NameCategory)(NameCategory)
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.NameCategory)(TinyLife.NameCategory)
|
||
|
name.vb: JsonCopy(Of NameCategory)(NameCategory)
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.NameCategory)
|
||
|
name: JsonCopy
|
||
|
- name: <
|
||
|
- uid: TinyLife.NameCategory
|
||
|
name: NameCategory
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- uid: TinyLife.NameCategory
|
||
|
name: NameCategory
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.NameCategory)
|
||
|
name: JsonCopy
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- uid: TinyLife.NameCategory
|
||
|
name: NameCategory
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- uid: TinyLife.NameCategory
|
||
|
name: NameCategory
|
||
|
- name: )
|
||
|
- 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
|
||
|
- name: <
|
||
|
- name: T
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
name: JsonCopy
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- uid: TinyLife.Utilities.Extensions
|
||
|
commentId: T:TinyLife.Utilities.Extensions
|
||
|
parent: TinyLife.Utilities
|
||
|
name: Extensions
|
||
|
nameWithType: Extensions
|
||
|
fullName: TinyLife.Utilities.Extensions
|
||
|
- uid: TinyLife.Utilities
|
||
|
commentId: N:TinyLife.Utilities
|
||
|
name: TinyLife.Utilities
|
||
|
nameWithType: TinyLife.Utilities
|
||
|
fullName: TinyLife.Utilities
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
spec.vb:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
- uid: TinyLife.Actions.ActionType.ModGame
|
||
|
commentId: F:TinyLife.Actions.ActionType.ModGame
|
||
|
name: ModGame
|
||
|
nameWithType: ActionType.ModGame
|
||
|
fullName: TinyLife.Actions.ActionType.ModGame
|
||
|
- uid: TinyLife.NameCategory
|
||
|
commentId: T:TinyLife.NameCategory
|
||
|
parent: TinyLife
|
||
|
name: NameCategory
|
||
|
nameWithType: NameCategory
|
||
|
fullName: TinyLife.NameCategory
|
||
|
- uid: TinyLife.Actions.ActionType.CreateApp
|
||
|
commentId: F:TinyLife.Actions.ActionType.CreateApp
|
||
|
name: CreateApp
|
||
|
nameWithType: ActionType.CreateApp
|
||
|
fullName: TinyLife.Actions.ActionType.CreateApp
|
||
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])
|
||
|
commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
||
|
name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[])
|
||
|
nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[])
|
||
|
fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.Person[])
|
||
|
nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person())
|
||
|
fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.Person())
|
||
|
name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person())
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])
|
||
|
name: Create
|
||
|
- name: (
|
||
|
- uid: TinyLife.World.Map
|
||
|
name: Map
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Random
|
||
|
name: Random
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: TinyLife.Objects.AgeGroup
|
||
|
name: AgeGroup
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: bool
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: bool
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: bool
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: bool
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: TinyLife.Objects.Person
|
||
|
name: Person
|
||
|
- name: '['
|
||
|
- name: ']'
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])
|
||
|
name: Create
|
||
|
- name: (
|
||
|
- uid: TinyLife.World.Map
|
||
|
name: Map
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Random
|
||
|
name: Random
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: TinyLife.Objects.AgeGroup
|
||
|
name: AgeGroup
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: Boolean
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: Boolean
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: Boolean
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.Boolean
|
||
|
name: Boolean
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: TinyLife.Objects.Person
|
||
|
name: Person
|
||
|
- name: (
|
||
|
- name: )
|
||
|
- name: )
|