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

#include <oracle_validation_view_model.h>

Public Attributes

bool ok = false
 
int error_count = 0
 
bool water_fill_region_ok = false
 
bool water_fill_table_ok = false
 
bool custom_collision_maps_ok = false
 
std::string required_rooms_check
 
std::optional< bool > required_rooms_ok
 
std::vector< PreflightErrorerrors
 
std::string status
 

Detailed Description

Definition at line 56 of file oracle_validation_view_model.h.

Member Data Documentation

◆ ok

bool yaze::editor::oracle_validation::PreflightResult::ok = false

◆ error_count

int yaze::editor::oracle_validation::PreflightResult::error_count = 0

◆ water_fill_region_ok

bool yaze::editor::oracle_validation::PreflightResult::water_fill_region_ok = false

◆ water_fill_table_ok

bool yaze::editor::oracle_validation::PreflightResult::water_fill_table_ok = false

◆ custom_collision_maps_ok

bool yaze::editor::oracle_validation::PreflightResult::custom_collision_maps_ok = false

◆ required_rooms_check

std::string yaze::editor::oracle_validation::PreflightResult::required_rooms_check

◆ required_rooms_ok

std::optional<bool> yaze::editor::oracle_validation::PreflightResult::required_rooms_ok

◆ errors

std::vector<PreflightError> yaze::editor::oracle_validation::PreflightResult::errors

◆ status

std::string yaze::editor::oracle_validation::PreflightResult::status

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