#include <water_fill_zone.h>
Public Attributes | |
| int | room_id = -1 |
| uint8_t | sram_bit_mask = 0 |
| std::vector< uint16_t > | fill_offsets |
Definition at line 17 of file water_fill_zone.h.
| int yaze::zelda3::WaterFillZoneEntry::room_id = -1 |
Definition at line 18 of file water_fill_zone.h.
Referenced by yaze::editor::WaterFillPanel::CollectZones(), yaze::zelda3::LoadLegacyWaterGateZones(), yaze::zelda3::LoadWaterFillTable(), yaze::zelda3::LoadWaterFillZonesFromJsonString(), yaze::editor::anonymous_namespace{dungeon_editor_v2.cc}::SaveWaterFillZones(), and yaze::zelda3::anonymous_namespace{water_fill_zone.cc}::ValidateZone().
| uint8_t yaze::zelda3::WaterFillZoneEntry::sram_bit_mask = 0 |
Definition at line 19 of file water_fill_zone.h.
Referenced by yaze::editor::WaterFillPanel::ApplyZoneToRoom(), yaze::editor::WaterFillPanel::CollectZones(), yaze::zelda3::LoadLegacyWaterGateZones(), yaze::zelda3::LoadWaterFillTable(), yaze::zelda3::LoadWaterFillZonesFromJsonString(), yaze::editor::anonymous_namespace{dungeon_editor_v2.cc}::SaveWaterFillZones(), and yaze::zelda3::anonymous_namespace{water_fill_zone.cc}::ValidateZone().
| std::vector<uint16_t> yaze::zelda3::WaterFillZoneEntry::fill_offsets |
Definition at line 20 of file water_fill_zone.h.
Referenced by yaze::editor::WaterFillPanel::ApplyZoneToRoom(), yaze::editor::WaterFillPanel::CollectZones(), yaze::zelda3::LoadLegacyWaterGateZones(), yaze::zelda3::LoadWaterFillTable(), yaze::zelda3::LoadWaterFillZonesFromJsonString(), yaze::editor::anonymous_namespace{dungeon_editor_v2.cc}::SaveWaterFillZones(), and yaze::zelda3::anonymous_namespace{water_fill_zone.cc}::ValidateZone().