Game Object Interaction
open class GameObjectInteraction(objectName: String, objectLocation: Tile?, action: String, actions: List<String>, widgetActions: Set<WidgetAction>?) : NamedEntityInteraction
Content copied to clipboard
Constructors
GameObjectInteraction
Link copied to clipboard
fun GameObjectInteraction(objectName: String, action: String, actions: List<String>, widgetActions: Set<WidgetAction>? = null)
Content copied to clipboard
Functions
Properties
identifier
Link copied to clipboard
objectLocation
Link copied to clipboard
objectName
Link copied to clipboard
requirements
Link copied to clipboard
type
Link copied to clipboard
widgetActions
Link copied to clipboard