Search Results for

    Show / Hide Table of Contents

    Struct InteractionPrompt

    Represents the avaibility of an object for interaction

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LobsterFramework.Interaction
    Assembly: LobsterFramework.dll
    Syntax
    public struct InteractionPrompt

    Fields

    | Improve this Doc View Source

    none

    Declaration
    public static InteractionPrompt none
    Field Value
    Type Description
    InteractionPrompt

    Properties

    | Improve this Doc View Source

    Primary

    Declaration
    public string Primary { readonly get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Quaternary

    Declaration
    public string Quaternary { readonly get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Secondary

    Declaration
    public string Secondary { readonly get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Tertiary

    Declaration
    public string Tertiary { readonly get; set; }
    Property Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    Available(InteractionType)

    Declaration
    public bool Available(InteractionType interactionType)
    Parameters
    Type Name Description
    InteractionType interactionType
    Returns
    Type Description
    bool

    Operators

    | Improve this Doc View Source

    implicit operator bool(InteractionPrompt)

    Declaration
    public static implicit operator bool(InteractionPrompt prompt)
    Parameters
    Type Name Description
    InteractionPrompt prompt
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation