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

Represents a selected entity in the dungeon editor. More...

#include <dungeon_object_interaction.h>

Public Member Functions

bool operator== (const SelectedEntity &other) const
 

Public Attributes

EntityType type = EntityType::None
 
size_t index = 0
 

Detailed Description

Represents a selected entity in the dungeon editor.

Definition at line 46 of file dungeon_object_interaction.h.

Member Function Documentation

◆ operator==()

bool yaze::editor::SelectedEntity::operator== ( const SelectedEntity & other) const
inline

Definition at line 50 of file dungeon_object_interaction.h.

References index, and type.

Member Data Documentation

◆ type

◆ index


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