#include <custom_object.h>
Public Member Functions | |
| bool | operator== (const State &) const =default |
Public Attributes | |
| std::string | base_path |
| std::unordered_map< int, std::vector< std::string > > | custom_file_map |
Definition at line 138 of file custom_object.h.
|
default |
| std::string yaze::zelda3::CustomObjectManager::State::base_path |
Definition at line 139 of file custom_object.h.
Referenced by yaze::editor::anonymous_namespace{editor_manager.cc}::BuildCustomObjectRuntimeState(), yaze::zelda3::CustomObjectManager::GetBasePath(), and yaze::zelda3::CustomObjectManager::Initialize().
| std::unordered_map<int, std::vector<std::string> > yaze::zelda3::CustomObjectManager::State::custom_file_map |
Definition at line 140 of file custom_object.h.
Referenced by yaze::zelda3::CustomObjectManager::ClearObjectFileMap(), yaze::zelda3::CustomObjectManager::HasCustomFileMap(), yaze::zelda3::CustomObjectManager::ResolveFileList(), yaze::zelda3::CustomObjectManager::ResolveSlotBinding(), and yaze::zelda3::CustomObjectManager::SetObjectFileMap().