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
assemblies :
- Tiny Life
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : A flag enumeration that represents the types of <xref href="TinyLife.Actions.Emote" data-throw-if-not-resolved="false"></xref> that are available
2021-08-04 06:51:12 +02:00
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
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
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
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Actions.Emote
commentId : T:TinyLife.Actions.Emote
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Emote.html
2021-08-04 06:51:12 +02:00
name : Emote
nameWithType : Emote
fullName : TinyLife.Actions.Emote
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
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)
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<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
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.Actions.EmoteCategory
name : EmoteCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.EmoteCategory.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.Actions.EmoteCategory
name : EmoteCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.EmoteCategory.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.Actions.EmoteCategory)
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.Actions.EmoteCategory
name : EmoteCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.EmoteCategory.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.Actions.EmoteCategory
commentId : T:TinyLife.Actions.EmoteCategory
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.EmoteCategory.html
2021-08-04 06:51:12 +02:00
name : EmoteCategory
nameWithType : EmoteCategory
fullName : TinyLife.Actions.EmoteCategory