Named Entity Interaction
abstract class NamedEntityInteraction(name: String, location: Tile?, action: String, actions: List<String>, type: InteractionType, widgetActions: Set<WidgetAction>?) : InteractionWithWidgetActions
Content copied to clipboard
If you provide a WebTile.
Constructors
NamedEntityInteraction
Link copied to clipboard
fun NamedEntityInteraction(name: String, location: Tile?, action: String, actions: List<String>, type: InteractionType, widgetActions: Set<WidgetAction>? = null)
Content copied to clipboard
Functions
Properties
identifier
Link copied to clipboard
requirements
Link copied to clipboard
type
Link copied to clipboard
widgetActions
Link copied to clipboard