#include <overworld_property_edit.h>
Public Attributes | |
| int | map_id = 0 |
| OverworldPropertyField | field = OverworldPropertyField::kAreaGraphics |
| int | index = 0 |
| int | value = 0 |
| std::string | description |
Definition at line 34 of file overworld_property_edit.h.
| int yaze::editor::OverworldPropertyEdit::map_id = 0 |
Definition at line 35 of file overworld_property_edit.h.
Referenced by yaze::editor::MapPropertiesSystem::ApplyPropertyEditDirect(), yaze::editor::DescribeOverworldPropertyEdit(), and yaze::editor::MapPropertiesSystem::ReadPropertyValue().
| OverworldPropertyField yaze::editor::OverworldPropertyEdit::field = OverworldPropertyField::kAreaGraphics |
Definition at line 36 of file overworld_property_edit.h.
Referenced by yaze::editor::MapPropertiesSystem::ApplyPropertyEditDirect(), yaze::editor::anonymous_namespace{map_properties.cc}::CheckFieldSupported(), yaze::editor::DescribeOverworldPropertyEdit(), and yaze::editor::MapPropertiesSystem::ReadPropertyValue().
| int yaze::editor::OverworldPropertyEdit::index = 0 |
Definition at line 37 of file overworld_property_edit.h.
Referenced by yaze::editor::MapPropertiesSystem::ApplyPropertyEditDirect(), yaze::editor::DescribeOverworldPropertyEdit(), and yaze::editor::MapPropertiesSystem::ReadPropertyValue().
| int yaze::editor::OverworldPropertyEdit::value = 0 |
Definition at line 38 of file overworld_property_edit.h.
Referenced by yaze::editor::OverworldEditor::ApplyOverworldPropertyEdit(), yaze::editor::OverworldEditor::ApplyOverworldPropertyEdits(), yaze::editor::MapPropertiesSystem::ApplyPropertyEditDirect(), and yaze::editor::anonymous_namespace{map_properties.cc}::CheckFieldSupported().
| std::string yaze::editor::OverworldPropertyEdit::description |
Definition at line 39 of file overworld_property_edit.h.
Referenced by yaze::editor::DescribeOverworldPropertyEdit(), and yaze::editor::OverworldMapPropertyEditAction::MemoryUsage().