MapClipboard.Item

A single entry in the clipboard.

class MapClipboard
struct Item {}

Members

Variables

height
int height;

The height of the selected area

map
MappingElement[] map;

The map that is being copied/cutted

width
int width;

The width of the selected area

Meta