LocationAction

data class LocationAction(locations: ArrayList<Vector2>) : NotificationAction

cycle through tiles

Constructors

LocationAction
Link copied to clipboard
fun LocationAction(locations: List<Vector2>)
LocationAction
Link copied to clipboard
fun LocationAction(locations: ArrayList<Vector2> = ArrayList())

Functions

component1
Link copied to clipboard
operator fun component1(): ArrayList<Vector2>
copy
Link copied to clipboard
fun copy(locations: ArrayList<Vector2> = ArrayList()): LocationAction
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
execute
Link copied to clipboard
open override fun execute(worldScreen: WorldScreen)
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

locations
Link copied to clipboard
var locations: ArrayList<Vector2>

Sources

jvm source
Link copied to clipboard