TinyLifeWeb/docs/api/TinyLife.Actions.EmoteCategory.yml

374 lines
9.8 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory
id: EmoteCategory
parent: TinyLife.Actions
children:
2023-05-29 13:04:25 +02:00
- TinyLife.Actions.EmoteCategory.Emotion
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.EmoteCategory.Flirty
2023-05-29 13:04:25 +02:00
- TinyLife.Actions.EmoteCategory.Food
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.EmoteCategory.General
- TinyLife.Actions.EmoteCategory.Negative
2023-05-29 13:04:25 +02:00
- TinyLife.Actions.EmoteCategory.Object
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.EmoteCategory.Travel
- TinyLife.Actions.EmoteCategory.Unable
langs:
- csharp
- vb
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory
type: Enum
source:
remote:
path: TinyLife/Actions/Emote.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: EmoteCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 132
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA flag enumeration that represents the types of <xref href=\"TinyLife.Actions.Emote\" data-throw-if-not-resolved=\"false\"></xref> that are available\n"
example: []
syntax:
content: >-
[Flags]
public enum EmoteCategory
content.vb: >-
<Flags>
Public Enum EmoteCategory
extensionMethods:
- TinyLife.Actions.EmoteCategory.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor
arguments: []
- uid: TinyLife.Actions.EmoteCategory.General
commentId: F:TinyLife.Actions.EmoteCategory.General
id: General
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: General
nameWithType: EmoteCategory.General
fullName: TinyLife.Actions.EmoteCategory.General
type: Field
source:
remote:
path: TinyLife/Actions/Emote.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: General
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 136
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: General = 1
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Travel
commentId: F:TinyLife.Actions.EmoteCategory.Travel
id: Travel
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Travel
nameWithType: EmoteCategory.Travel
fullName: TinyLife.Actions.EmoteCategory.Travel
type: Field
source:
remote:
path: TinyLife/Actions/Emote.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: Travel
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 137
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Travel = 2
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Negative
commentId: F:TinyLife.Actions.EmoteCategory.Negative
id: Negative
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Negative
nameWithType: EmoteCategory.Negative
fullName: TinyLife.Actions.EmoteCategory.Negative
type: Field
source:
remote:
path: TinyLife/Actions/Emote.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: Negative
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 138
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Negative = 4
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Flirty
commentId: F:TinyLife.Actions.EmoteCategory.Flirty
id: Flirty
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Flirty
nameWithType: EmoteCategory.Flirty
fullName: TinyLife.Actions.EmoteCategory.Flirty
type: Field
source:
remote:
path: TinyLife/Actions/Emote.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: Flirty
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 139
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Flirty = 8
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Unable
commentId: F:TinyLife.Actions.EmoteCategory.Unable
id: Unable
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Unable
nameWithType: EmoteCategory.Unable
fullName: TinyLife.Actions.EmoteCategory.Unable
type: Field
source:
remote:
path: TinyLife/Actions/Emote.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: Unable
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 140
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Unable = 16
return:
type: TinyLife.Actions.EmoteCategory
2023-05-29 13:04:25 +02:00
- uid: TinyLife.Actions.EmoteCategory.Food
commentId: F:TinyLife.Actions.EmoteCategory.Food
id: Food
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Food
nameWithType: EmoteCategory.Food
fullName: TinyLife.Actions.EmoteCategory.Food
type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-05-29 13:04:25 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 141
2023-05-29 13:04:25 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Food = 32
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Object
commentId: F:TinyLife.Actions.EmoteCategory.Object
id: Object
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Object
nameWithType: EmoteCategory.Object
fullName: TinyLife.Actions.EmoteCategory.Object
type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-05-29 13:04:25 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Object
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 142
2023-05-29 13:04:25 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Object = 64
return:
type: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.EmoteCategory.Emotion
commentId: F:TinyLife.Actions.EmoteCategory.Emotion
id: Emotion
parent: TinyLife.Actions.EmoteCategory
langs:
- csharp
- vb
name: Emotion
nameWithType: EmoteCategory.Emotion
fullName: TinyLife.Actions.EmoteCategory.Emotion
type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-05-29 13:04:25 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: ../TinyLife/Actions/Emote.cs
2023-10-11 16:05:32 +02:00
startLine: 143
2023-05-29 13:04:25 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Emotion = 128
return:
type: TinyLife.Actions.EmoteCategory
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Actions.Emote
commentId: T:TinyLife.Actions.Emote
parent: TinyLife.Actions
name: Emote
nameWithType: Emote
fullName: TinyLife.Actions.Emote
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.EmoteCategory.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<EmoteCategory>(EmoteCategory)
nameWithType: Extensions.JsonCopy<EmoteCategory>(EmoteCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory>(TinyLife.Actions.EmoteCategory)
nameWithType.vb: Extensions.JsonCopy(Of EmoteCategory)(EmoteCategory)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)(TinyLife.Actions.EmoteCategory)
name.vb: JsonCopy(Of EmoteCategory)(EmoteCategory)
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.Actions.EmoteCategory)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
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.Actions.EmoteCategory)
name: JsonCopy
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- name: )
- name: (
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
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.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory
parent: TinyLife.Actions
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory