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

#include <editor.h>

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
 

Detailed Description

Definition at line 29 of file editor.h.

Member Function Documentation

◆ Clear()

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

Definition at line 36 of file editor.h.

References has_overworld_tile16, overworld_height, overworld_tile16_ids, and overworld_width.

Member Data Documentation

◆ has_overworld_tile16

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

Definition at line 31 of file editor.h.

Referenced by Clear().

◆ overworld_tile16_ids

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

Definition at line 32 of file editor.h.

Referenced by Clear().

◆ overworld_width

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

Definition at line 33 of file editor.h.

Referenced by Clear().

◆ overworld_height

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

Definition at line 34 of file editor.h.

Referenced by Clear().


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