TinyLifeWeb/docs/api/TinyLife.Set.yml

267 lines
6.7 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Set
commentId: T:TinyLife.Set
id: Set
parent: TinyLife
children:
2022-03-09 16:13:05 +01:00
- TinyLife.Set.ChildClothes
2023-08-15 13:17:22 +02:00
- TinyLife.Set.RetroFurniture
2021-08-30 20:44:32 +02:00
- TinyLife.Set.Woodworking
2021-08-04 06:51:12 +02:00
- TinyLife.Set.Workout
langs:
- csharp
- vb
name: Set
nameWithType: Set
fullName: TinyLife.Set
type: Enum
source:
remote:
path: TinyLife/GameImpl.cs
2023-12-06 13:25:52 +01: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: Set
2022-03-09 16:13:05 +01:00
path: ../TinyLife/GameImpl.cs
2024-02-02 18:13:42 +01:00
startLine: 1286
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
An enumeration that represents all of the sets of the game.
Sets are groups of themed game content whose art were created by an artist from the community.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public enum Set
2023-03-30 18:07:55 +02:00
content.vb: Public Enum [Set]
2021-08-04 06:51:12 +02:00
extensionMethods:
- TinyLife.Set.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-30 20:44:32 +02:00
- uid: TinyLife.Set.Woodworking
commentId: F:TinyLife.Set.Woodworking
id: Woodworking
parent: TinyLife.Set
langs:
- csharp
- vb
name: Woodworking
nameWithType: Set.Woodworking
fullName: TinyLife.Set.Woodworking
type: Field
source:
remote:
path: TinyLife/GameImpl.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id: Woodworking
2022-03-09 16:13:05 +01:00
path: ../TinyLife/GameImpl.cs
2024-02-02 18:13:42 +01:00
startLine: 1292
2021-08-30 20:44:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: The woodworking set with art by Kat
2021-08-30 20:44:32 +02:00
example: []
syntax:
content: Woodworking = 0
return:
type: TinyLife.Set
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Set.Workout
commentId: F:TinyLife.Set.Workout
id: Workout
parent: TinyLife.Set
langs:
- csharp
- vb
name: Workout
nameWithType: Set.Workout
fullName: TinyLife.Set.Workout
type: Field
source:
remote:
path: TinyLife/GameImpl.cs
2023-12-06 13:25:52 +01: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: Workout
2022-03-09 16:13:05 +01:00
path: ../TinyLife/GameImpl.cs
2024-02-02 18:13:42 +01:00
startLine: 1296
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: The workout set with art by Tector
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: Workout = 1
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Set
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Set.ChildClothes
commentId: F:TinyLife.Set.ChildClothes
id: ChildClothes
parent: TinyLife.Set
langs:
- csharp
- vb
name: ChildClothes
nameWithType: Set.ChildClothes
fullName: TinyLife.Set.ChildClothes
type: Field
source:
remote:
path: TinyLife/GameImpl.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildClothes
path: ../TinyLife/GameImpl.cs
2024-02-02 18:13:42 +01:00
startLine: 1300
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: The child clothes set with art by Tector
2022-03-09 16:13:05 +01:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: ChildClothes = 2
2022-03-09 16:13:05 +01:00
return:
type: TinyLife.Set
2023-08-15 13:17:22 +02:00
- uid: TinyLife.Set.RetroFurniture
commentId: F:TinyLife.Set.RetroFurniture
id: RetroFurniture
parent: TinyLife.Set
langs:
- csharp
- vb
name: RetroFurniture
nameWithType: Set.RetroFurniture
fullName: TinyLife.Set.RetroFurniture
type: Field
source:
remote:
path: TinyLife/GameImpl.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-08-15 13:17:22 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetroFurniture
path: ../TinyLife/GameImpl.cs
2024-02-02 18:13:42 +01:00
startLine: 1304
2023-08-15 13:17:22 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: The retro furniture set with art by LawlessThespian
2023-08-15 13:17:22 +02:00
example: []
syntax:
content: RetroFurniture = 3
return:
type: TinyLife.Set
2021-08-04 06:51:12 +02:00
references:
- 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: TinyLife.Set.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<Set>(Set)
nameWithType: Extensions.JsonCopy<Set>(Set)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Set>(TinyLife.Set)
nameWithType.vb: Extensions.JsonCopy(Of Set)(Set)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Set)(TinyLife.Set)
name.vb: JsonCopy(Of Set)(Set)
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.Set)
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.Set
name: Set
2024-01-07 16:53:47 +01:00
href: TinyLife.Set.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.Set
name: Set
2024-01-07 16:53:47 +01:00
href: TinyLife.Set.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.Set)
name: JsonCopy
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: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Set
name: Set
2024-01-07 16:53:47 +01:00
href: TinyLife.Set.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Set
name: Set
2024-01-07 16:53:47 +01:00
href: TinyLife.Set.html
2021-08-04 06:51:12 +02:00
- name: )
- 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: TinyLife.Set
commentId: T:TinyLife.Set
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.Set.html
2021-08-04 06:51:12 +02:00
name: Set
nameWithType: Set
fullName: TinyLife.Set