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 252 of file agent_state.h.
| std::string yaze::editor::Z3EDCommandState::last_command |
Definition at line 253 of file agent_state.h.
| std::string yaze::editor::Z3EDCommandState::command_output |
Definition at line 254 of file agent_state.h.
| bool yaze::editor::Z3EDCommandState::command_running = false |
Definition at line 255 of file agent_state.h.
| char yaze::editor::Z3EDCommandState::command_input_buffer[512] = {} |
Definition at line 256 of file agent_state.h.