yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ToolExecutionState Struct Reference

State for tool execution timeline display. More...

#include <agent_state.h>

Public Attributes

std::vector< ToolExecutionEntryrecent_executions
 
bool show_timeline = false
 
int max_entries = 50
 

Detailed Description

State for tool execution timeline display.

Definition at line 273 of file agent_state.h.

Member Data Documentation

◆ recent_executions

std::vector<ToolExecutionEntry> yaze::editor::ToolExecutionState::recent_executions

Definition at line 274 of file agent_state.h.

◆ show_timeline

bool yaze::editor::ToolExecutionState::show_timeline = false

Definition at line 275 of file agent_state.h.

◆ max_entries

int yaze::editor::ToolExecutionState::max_entries = 50

Definition at line 276 of file agent_state.h.


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