yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::SharedClipboard Struct Reference

#include <editor.h>

Collaboration diagram for yaze::editor::SharedClipboard:

Public Member Functions

void Clear ()
 

Public Attributes

bool has_overworld_tile16 = false
 
std::vector< int > overworld_tile16_ids
 
int overworld_width = 0
 
int overworld_height = 0
 
bool has_overworld_map_metadata = false
 
OverworldMapMetadataClipboard overworld_map_metadata
 

Detailed Description

Definition at line 117 of file editor.h.

Member Function Documentation

◆ Clear()

void yaze::editor::SharedClipboard::Clear ( )
inline

Member Data Documentation

◆ has_overworld_tile16

bool yaze::editor::SharedClipboard::has_overworld_tile16 = false

◆ overworld_tile16_ids

std::vector<int> yaze::editor::SharedClipboard::overworld_tile16_ids

◆ overworld_width

int yaze::editor::SharedClipboard::overworld_width = 0

◆ overworld_height

int yaze::editor::SharedClipboard::overworld_height = 0

◆ has_overworld_map_metadata

bool yaze::editor::SharedClipboard::has_overworld_map_metadata = false

◆ overworld_map_metadata

OverworldMapMetadataClipboard yaze::editor::SharedClipboard::overworld_map_metadata

The documentation for this struct was generated from the following file: