Show / Hide Table of Contents

    Enum SpeechType

    Enumeration of the possible speech types.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum SpeechType : byte

    Fields

    Name Description
    Broadcast

    Broadcast a message (#b).

    ChannelYellow

    Yellow message in chat.

    MonsterSay

    Talk in organge.

    Private

    Players speaking privately to other players.

    RuleViolationAnswer

    Rule violation reply.

    RuleViolationContinue

    Rule violation continuance.

    RuleViolationReport

    Rule violation report.

    Say

    A normal talk.

    Whisper

    Whispering (#w).

    Yell

    Yelling (#y).

    Extension Methods

    ObjectExtensions.YieldSingleItem<SpeechType>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<SpeechType>(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.