yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::ToolDispatcher::ToolPreferences Struct Reference

#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
 

Detailed Description

Definition at line 27 of file tool_dispatcher.h.

Member Data Documentation

◆ resources

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::resources = true

◆ dungeon

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::dungeon = true

◆ overworld

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::overworld = true

◆ messages

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::messages = true

Definition at line 31 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().

◆ dialogue

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::dialogue = true

Definition at line 32 of file tool_dispatcher.h.

Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel().

◆ gui

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::gui = true

◆ music

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::music = true

◆ sprite

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::sprite = true

◆ emulator

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::emulator = false

◆ filesystem

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::filesystem = true

Definition at line 41 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().

◆ build

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::build = true

Definition at line 42 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().

◆ memory_inspector

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().

◆ test_helpers

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().

◆ meta_tools

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().

◆ visual_analysis

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().

◆ code_gen

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().

◆ project

bool yaze::cli::agent::ToolDispatcher::ToolPreferences::project = true

Definition at line 48 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::IsToolEnabled().


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