mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
324 lines
9.1 KiB
YAML
Generated
324 lines
9.1 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
commentId: T:TinyLife.Actions.EmoteCategory
|
|
id: EmoteCategory
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.EmoteCategory.Emotion
|
|
- TinyLife.Actions.EmoteCategory.Flirty
|
|
- TinyLife.Actions.EmoteCategory.Food
|
|
- TinyLife.Actions.EmoteCategory.General
|
|
- TinyLife.Actions.EmoteCategory.Negative
|
|
- TinyLife.Actions.EmoteCategory.Object
|
|
- TinyLife.Actions.EmoteCategory.Travel
|
|
- TinyLife.Actions.EmoteCategory.Unable
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
type: Enum
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: A flag enumeration that represents the types of <xref href="TinyLife.Actions.Emote" data-throw-if-not-resolved="false"></xref> that are available
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
syntax:
|
|
content: Unable = 16
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
- 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
|
|
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
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
syntax:
|
|
content: Emotion = 128
|
|
return:
|
|
type: TinyLife.Actions.EmoteCategory
|
|
references:
|
|
- uid: TinyLife.Actions.Emote
|
|
commentId: T:TinyLife.Actions.Emote
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.Emote.html
|
|
name: Emote
|
|
nameWithType: Emote
|
|
fullName: TinyLife.Actions.Emote
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
href: TinyLife.html
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
- 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)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.EmoteCategory)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
href: TinyLife.Actions.EmoteCategory.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
href: TinyLife.Actions.EmoteCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.EmoteCategory)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
href: TinyLife.Actions.EmoteCategory.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
href: TinyLife.Actions.EmoteCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
commentId: T:TinyLife.Actions.EmoteCategory
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.EmoteCategory.html
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|