StackedInt53Array2
class StackedInt53Array2(val width: Int, val height: Int, val empty: Int53 = EMPTY, val startX: Int = 0, val startY: Int = 0) : IStackedInt53Array2
Constructors
Properties
Link copied to clipboard
Version of the data. Each change increments this.
Link copied to clipboard
Link copied to clipboard
Shortcut for IStackedArray2Base.startX + IStackedArray2Base.width
Link copied to clipboard
Shortcut for IStackedInt53Array2.startX + IStackedInt53Array2.width
Link copied to clipboard
Shortcut for IStackedArray2Base.startY + IStackedArray2Base.height
Link copied to clipboard
Shortcut for IStackedInt53Array2.startY + IStackedInt53Array2.height
Functions
Link copied to clipboard
Link copied to clipboard
Duplicates the contents of this IStackedInt53Array2 keeping its contents data
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun IStackedArray2Base.Internal.setStackLevelInternal(x: Int, y: Int, levels: Int): Boolean