Show / Hide Table of Contents

Class ExpressionEmote

Stores the various player (facial) expression emote states.

Inheritance
System.Object
ExpressionEmote
Namespace: Eco.Shared.States
Assembly: Eco.Shared.dll
Syntax
[Localized(true, false, "", false)]
public sealed class ExpressionEmote : Enum

Fields

Angry

Declaration
public const ExpressionEmote Angry
Field Value
Type Description
ExpressionEmote

Chewing

Declaration
public const ExpressionEmote Chewing
Field Value
Type Description
ExpressionEmote

Frown

Declaration
public const ExpressionEmote Frown
Field Value
Type Description
ExpressionEmote

Grin

Declaration
public const ExpressionEmote Grin
Field Value
Type Description
ExpressionEmote

Neutral

Declaration
public const ExpressionEmote Neutral
Field Value
Type Description
ExpressionEmote

None

Declaration
public const ExpressionEmote None
Field Value
Type Description
ExpressionEmote

Sleep

Declaration
public const ExpressionEmote Sleep
Field Value
Type Description
ExpressionEmote

Smile

Declaration
public const ExpressionEmote Smile
Field Value
Type Description
ExpressionEmote

Smirk

Declaration
public const ExpressionEmote Smirk
Field Value
Type Description
ExpressionEmote

Talking

Declaration
public const ExpressionEmote Talking
Field Value
Type Description
ExpressionEmote

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Yawn

Declaration
public const ExpressionEmote Yawn
Field Value
Type Description
ExpressionEmote

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾