2021-08-04 06:51:12 +02:00
|
|
|
### YamlMime:ManagedReference
|
|
|
|
items:
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
commentId: T:TinyLife.GameImpl.GameMode
|
|
|
|
id: GameImpl.GameMode
|
|
|
|
parent: TinyLife
|
|
|
|
children:
|
|
|
|
- TinyLife.GameImpl.GameMode.BuildOnly
|
2022-05-24 13:36:05 +02:00
|
|
|
- TinyLife.GameImpl.GameMode.CharacterCreation
|
2021-08-04 06:51:12 +02:00
|
|
|
- TinyLife.GameImpl.GameMode.InGameHousehold
|
2022-12-20 13:25:03 +01:00
|
|
|
- TinyLife.GameImpl.GameMode.InitialLoad
|
2021-08-04 06:51:12 +02:00
|
|
|
- TinyLife.GameImpl.GameMode.MainMenu
|
|
|
|
- TinyLife.GameImpl.GameMode.SelectHousehold
|
2022-01-01 17:06:03 +01:00
|
|
|
- TinyLife.GameImpl.GameMode.Splash
|
2021-08-04 06:51:12 +02:00
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: GameImpl.GameMode
|
|
|
|
nameWithType: GameImpl.GameMode
|
|
|
|
fullName: TinyLife.GameImpl.GameMode
|
|
|
|
type: Enum
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +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: GameMode
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1101
|
2021-08-04 06:51:12 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: "\nAn enumeration that contains values representing the different game modes the game can be in\n"
|
|
|
|
example: []
|
|
|
|
syntax:
|
2023-03-30 18:07:55 +02:00
|
|
|
content: public enum GameImpl.GameMode
|
|
|
|
content.vb: Public Enum GameImpl.GameMode
|
2021-08-04 06:51:12 +02:00
|
|
|
extensionMethods:
|
|
|
|
- TinyLife.GameImpl.GameMode.TinyLife.Utilities.Extensions.JsonCopy``1
|
2022-12-20 13:25:03 +01:00
|
|
|
- uid: TinyLife.GameImpl.GameMode.InitialLoad
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.InitialLoad
|
|
|
|
id: InitialLoad
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: InitialLoad
|
|
|
|
nameWithType: GameImpl.GameMode.InitialLoad
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.InitialLoad
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +02:00
|
|
|
branch: main
|
2022-12-20 13:25:03 +01:00
|
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
|
|
id: InitialLoad
|
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1104
|
2022-12-20 13:25:03 +01:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the loading screen at startup '
|
|
|
|
example: []
|
|
|
|
syntax:
|
|
|
|
content: InitialLoad = 0
|
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
2022-01-01 17:06:03 +01:00
|
|
|
- uid: TinyLife.GameImpl.GameMode.Splash
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.Splash
|
|
|
|
id: Splash
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: Splash
|
|
|
|
nameWithType: GameImpl.GameMode.Splash
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.Splash
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +02:00
|
|
|
branch: main
|
2022-01-01 17:06:03 +01:00
|
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
|
|
id: Splash
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1106
|
2022-01-01 17:06:03 +01:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the splash screen at startup '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: Splash = 1
|
2022-01-01 17:06:03 +01:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
2021-08-04 06:51:12 +02:00
|
|
|
- uid: TinyLife.GameImpl.GameMode.MainMenu
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.MainMenu
|
|
|
|
id: MainMenu
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: MainMenu
|
|
|
|
nameWithType: GameImpl.GameMode.MainMenu
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.MainMenu
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +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: MainMenu
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1108
|
2021-08-04 06:51:12 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the main menu '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: MainMenu = 2
|
2021-08-04 06:51:12 +02:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
|
|
|
- uid: TinyLife.GameImpl.GameMode.SelectHousehold
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.SelectHousehold
|
|
|
|
id: SelectHousehold
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: SelectHousehold
|
|
|
|
nameWithType: GameImpl.GameMode.SelectHousehold
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.SelectHousehold
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +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: SelectHousehold
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1110
|
2021-08-04 06:51:12 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the map selection menu '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: SelectHousehold = 3
|
2021-08-04 06:51:12 +02:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
|
|
|
- uid: TinyLife.GameImpl.GameMode.InGameHousehold
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.InGameHousehold
|
|
|
|
id: InGameHousehold
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: InGameHousehold
|
|
|
|
nameWithType: GameImpl.GameMode.InGameHousehold
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.InGameHousehold
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +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: InGameHousehold
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1112
|
2021-08-04 06:51:12 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the play mode, either in-game or in build mode '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: InGameHousehold = 4
|
2021-08-04 06:51:12 +02:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
|
|
|
- uid: TinyLife.GameImpl.GameMode.BuildOnly
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.BuildOnly
|
|
|
|
id: BuildOnly
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: BuildOnly
|
|
|
|
nameWithType: GameImpl.GameMode.BuildOnly
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.BuildOnly
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +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: BuildOnly
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1114
|
2021-08-04 06:51:12 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the play mode forced to build mode (with no current household) '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: BuildOnly = 5
|
2021-08-04 06:51:12 +02:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
2022-05-24 13:36:05 +02:00
|
|
|
- uid: TinyLife.GameImpl.GameMode.CharacterCreation
|
|
|
|
commentId: F:TinyLife.GameImpl.GameMode.CharacterCreation
|
|
|
|
id: CharacterCreation
|
|
|
|
parent: TinyLife.GameImpl.GameMode
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: CharacterCreation
|
|
|
|
nameWithType: GameImpl.GameMode.CharacterCreation
|
|
|
|
fullName: TinyLife.GameImpl.GameMode.CharacterCreation
|
|
|
|
type: Field
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/GameImpl.cs
|
2023-03-30 18:07:55 +02:00
|
|
|
branch: main
|
2022-05-24 13:36:05 +02:00
|
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
|
|
id: CharacterCreation
|
|
|
|
path: ../TinyLife/GameImpl.cs
|
2023-05-08 12:13:57 +02:00
|
|
|
startLine: 1116
|
2022-05-24 13:36:05 +02:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: 'A game mode that represents the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref> '
|
|
|
|
example: []
|
|
|
|
syntax:
|
2022-12-20 13:25:03 +01:00
|
|
|
content: CharacterCreation = 6
|
2022-05-24 13:36:05 +02:00
|
|
|
return:
|
|
|
|
type: TinyLife.GameImpl.GameMode
|
2021-08-04 06:51:12 +02:00
|
|
|
references:
|
|
|
|
- uid: TinyLife
|
|
|
|
commentId: N:TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
nameWithType: TinyLife
|
|
|
|
fullName: TinyLife
|
|
|
|
- uid: TinyLife.GameImpl.GameMode.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
parent: TinyLife.Utilities.Extensions
|
|
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
2023-03-30 18:07:55 +02:00
|
|
|
name: JsonCopy<GameMode>(GameMode)
|
|
|
|
nameWithType: Extensions.JsonCopy<GameImpl.GameMode>(GameImpl.GameMode)
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameImpl.GameMode>(TinyLife.GameImpl.GameMode)
|
|
|
|
nameWithType.vb: Extensions.JsonCopy(Of GameImpl.GameMode)(GameImpl.GameMode)
|
|
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameImpl.GameMode)(TinyLife.GameImpl.GameMode)
|
|
|
|
name.vb: JsonCopy(Of GameMode)(GameMode)
|
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.GameImpl.GameMode)
|
|
|
|
name: JsonCopy
|
|
|
|
- name: <
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
|
|
|
- name: '>'
|
2021-08-04 06:51:12 +02:00
|
|
|
- name: (
|
2023-03-30 18:07:55 +02:00
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
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.GameImpl.GameMode)
|
|
|
|
name: JsonCopy
|
2021-08-04 06:51:12 +02:00
|
|
|
- name: (
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: Of
|
|
|
|
- name: " "
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
|
|
|
- name: )
|
|
|
|
- name: (
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
2021-08-04 06:51:12 +02:00
|
|
|
- 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)
|
2023-03-30 18:07:55 +02:00
|
|
|
name: JsonCopy
|
|
|
|
- name: <
|
|
|
|
- name: T
|
|
|
|
- name: '>'
|
2021-08-04 06:51:12 +02:00
|
|
|
- name: (
|
|
|
|
- name: T
|
|
|
|
- name: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
2023-03-30 18:07:55 +02:00
|
|
|
name: JsonCopy
|
|
|
|
- name: (
|
|
|
|
- name: Of
|
|
|
|
- name: " "
|
|
|
|
- name: T
|
|
|
|
- name: )
|
2021-08-04 06:51:12 +02:00
|
|
|
- name: (
|
|
|
|
- name: T
|
|
|
|
- name: )
|
|
|
|
- uid: TinyLife.Utilities.Extensions
|
|
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
|
|
parent: TinyLife.Utilities
|
|
|
|
name: Extensions
|
|
|
|
nameWithType: Extensions
|
|
|
|
fullName: TinyLife.Utilities.Extensions
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
commentId: N:TinyLife.Utilities
|
|
|
|
name: TinyLife.Utilities
|
|
|
|
nameWithType: TinyLife.Utilities
|
|
|
|
fullName: TinyLife.Utilities
|
2023-03-30 18:07:55 +02:00
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
name: Utilities
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
name: Utilities
|
2021-08-04 06:51:12 +02:00
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
commentId: T:TinyLife.GameImpl.GameMode
|
|
|
|
parent: TinyLife
|
|
|
|
name: GameImpl.GameMode
|
|
|
|
nameWithType: GameImpl.GameMode
|
|
|
|
fullName: TinyLife.GameImpl.GameMode
|
2023-03-30 18:07:55 +02:00
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife.GameImpl
|
|
|
|
name: GameImpl
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.GameImpl
|
|
|
|
name: GameImpl
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.GameImpl.GameMode
|
|
|
|
name: GameMode
|
2022-05-24 13:36:05 +02:00
|
|
|
- uid: TinyLife.Uis.CharacterCreator
|
|
|
|
commentId: T:TinyLife.Uis.CharacterCreator
|
|
|
|
parent: TinyLife.Uis
|
|
|
|
name: CharacterCreator
|
|
|
|
nameWithType: CharacterCreator
|
|
|
|
fullName: TinyLife.Uis.CharacterCreator
|
|
|
|
- uid: TinyLife.Uis
|
|
|
|
commentId: N:TinyLife.Uis
|
|
|
|
name: TinyLife.Uis
|
|
|
|
nameWithType: TinyLife.Uis
|
|
|
|
fullName: TinyLife.Uis
|
2023-03-30 18:07:55 +02:00
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Uis
|
|
|
|
name: Uis
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Uis
|
|
|
|
name: Uis
|