State for Z3ED command palette. More...
#include <agent_state.h>
Public Attributes | |
| std::string | last_command |
| std::string | command_output |
| bool | command_running = false |
| char | command_input_buffer [512] = {} |
State for Z3ED command palette.
Definition at line 227 of file agent_state.h.
| std::string yaze::editor::Z3EDCommandState::last_command |
Definition at line 228 of file agent_state.h.
| std::string yaze::editor::Z3EDCommandState::command_output |
Definition at line 229 of file agent_state.h.
| bool yaze::editor::Z3EDCommandState::command_running = false |
Definition at line 230 of file agent_state.h.
| char yaze::editor::Z3EDCommandState::command_input_buffer[512] = {} |
Definition at line 231 of file agent_state.h.