Struct InteractionPrompt
Represents the avaibility of an object for interaction
Assembly: LobsterFramework.dll
Syntax
public struct InteractionPrompt
Fields
|
Improve this Doc
View Source
none
Declaration
public static InteractionPrompt none
Field Value
Properties
|
Improve this Doc
View Source
Primary
Declaration
public string Primary { readonly get; set; }
Property Value
|
Improve this Doc
View Source
Quaternary
Declaration
public string Quaternary { readonly get; set; }
Property Value
|
Improve this Doc
View Source
Secondary
Declaration
public string Secondary { readonly get; set; }
Property Value
|
Improve this Doc
View Source
Tertiary
Declaration
public string Tertiary { readonly get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Available(InteractionType)
Declaration
public bool Available(InteractionType interactionType)
Parameters
Returns
Operators
|
Improve this Doc
View Source
implicit operator bool(InteractionPrompt)
Declaration
public static implicit operator bool(InteractionPrompt prompt)
Parameters
Returns