#include <oracle_validation_view_model.h>
Public Attributes | |
| std::string | rom_path |
| std::string | required_collision_rooms |
| bool | require_write_support = false |
| bool | skip_collision_maps = false |
| std::string | report_path |
Definition at line 97 of file oracle_validation_view_model.h.
| std::string yaze::editor::oracle_validation::PreflightOptions::rom_path |
Definition at line 98 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::BuildPreflightArgs(), and yaze::editor::OracleValidationPanel::LaunchRun().
| std::string yaze::editor::oracle_validation::PreflightOptions::required_collision_rooms |
Definition at line 99 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::BuildPreflightArgs(), and yaze::editor::OracleValidationPanel::LaunchRun().
| bool yaze::editor::oracle_validation::PreflightOptions::require_write_support = false |
Definition at line 100 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::BuildPreflightArgs().
| bool yaze::editor::oracle_validation::PreflightOptions::skip_collision_maps = false |
Definition at line 101 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::BuildPreflightArgs().
| std::string yaze::editor::oracle_validation::PreflightOptions::report_path |
Definition at line 102 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::BuildPreflightArgs(), and yaze::editor::OracleValidationPanel::LaunchRun().