#include <tool_dispatcher.h>
Public Attributes | |
| bool | resources = true |
| bool | dungeon = true |
| bool | overworld = true |
| bool | messages = true |
| bool | dialogue = true |
| bool | gui = true |
| bool | music = true |
| bool | sprite = true |
| bool | emulator = false |
| bool | filesystem = true |
| bool | build = true |
| bool | memory_inspector = true |
| bool | test_helpers = true |
| bool | meta_tools = true |
| bool | visual_analysis = true |
| bool | code_gen = true |
| bool | project = true |
Definition at line 27 of file tool_dispatcher.h.
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::resources = true |
Definition at line 28 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::dungeon = true |
Definition at line 29 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::overworld = true |
Definition at line 30 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::messages = true |
Definition at line 31 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::dialogue = true |
Definition at line 32 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::gui = true |
Definition at line 33 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::music = true |
Definition at line 34 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::sprite = true |
Definition at line 35 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::emulator = false |
Definition at line 39 of file tool_dispatcher.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), and yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::filesystem = true |
Definition at line 41 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::build = true |
Definition at line 42 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::memory_inspector = true |
Definition at line 43 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::test_helpers = true |
Definition at line 44 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::meta_tools = true |
Definition at line 45 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::visual_analysis = true |
Definition at line 46 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::code_gen = true |
Definition at line 47 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().
| bool yaze::cli::agent::ToolDispatcher::ToolPreferences::project = true |
Definition at line 48 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().