|
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_primary_src_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_primary_src_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_primary_bin_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_primary_bin_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_secondary_src_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_secondary_src_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_secondary_bin_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< std::string > > | tileset_paths_secondary_bin_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
| virtual ChainableResult< ConfigValue< std::size_t > > | metatile_attr_size_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< std::size_t > > | metatile_attr_size_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
| virtual ChainableResult< ConfigValue< bool > > | tileset_animations_wire_anim_code_validated (ConfigScopeType type, const std::string &scope) const |
| |
| virtual ChainableResult< ConfigValue< bool > > | tileset_animations_wire_anim_code_raw (ConfigScopeType type, const std::string &scope) const =0 |
| |
Interface that defines a complete infra layer configuration.
Definition at line 25 of file infra_config.hpp.