mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
320 lines
8.5 KiB
YAML
320 lines
8.5 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
commentId: T:TinyLife.Actions.EmoteCategory
|
|
id: EmoteCategory
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.EmoteCategory.Flirty
|
|
- TinyLife.Actions.EmoteCategory.General
|
|
- TinyLife.Actions.EmoteCategory.Negative
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: EmoteCategory
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 135
|
|
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: []
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: General
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 141
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn emote category that represents emotes for general conversations\n"
|
|
example: []
|
|
syntax:
|
|
content: General = 1
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Travel
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 145
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn emote category that represents travel-related emotes\n"
|
|
example: []
|
|
syntax:
|
|
content: Travel = 2
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Negative
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 149
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn emote category that represents negative emotes\n"
|
|
example: []
|
|
syntax:
|
|
content: Negative = 4
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Flirty
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 153
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn emote category that represents sex related or suggestive emotes\n"
|
|
example: []
|
|
syntax:
|
|
content: Flirty = 8
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Unable
|
|
path: ../TinyLife/Actions/Emote.cs
|
|
startLine: 157
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn emote category that represents emotes that represent confusion or inability to do something\n"
|
|
example: []
|
|
syntax:
|
|
content: Unable = 16
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
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
|
|
- 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)
|
|
name: JsonCopy<EmoteCategory>()
|
|
nameWithType: Extensions.JsonCopy<EmoteCategory>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of EmoteCategory)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)()
|
|
name.vb: JsonCopy(Of EmoteCategory)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<EmoteCategory>
|
|
nameWithType: Extensions.JsonCopy<EmoteCategory>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of EmoteCategory)
|
|
nameWithType: Extensions.JsonCopy(Of EmoteCategory)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
commentId: T:TinyLife.Actions.EmoteCategory
|
|
parent: TinyLife.Actions
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|