yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::ai::AIAction Struct Reference

Represents a single action to be performed in the GUI. More...

#include <ai_action_parser.h>

Public Member Functions

 AIAction ()
 
 AIAction (AIActionType t)
 
 AIAction (AIActionType t, const std::map< std::string, std::string > &params)
 

Public Attributes

AIActionType type
 
std::map< std::string, std::string > parameters
 

Detailed Description

Represents a single action to be performed in the GUI.

Definition at line 34 of file ai_action_parser.h.

Constructor & Destructor Documentation

◆ AIAction() [1/3]

yaze::cli::ai::AIAction::AIAction ( )
inline

Definition at line 38 of file ai_action_parser.h.

◆ AIAction() [2/3]

yaze::cli::ai::AIAction::AIAction ( AIActionType  t)
inline

Definition at line 39 of file ai_action_parser.h.

◆ AIAction() [3/3]

yaze::cli::ai::AIAction::AIAction ( AIActionType  t,
const std::map< std::string, std::string > &  params 
)
inline

Definition at line 40 of file ai_action_parser.h.

Member Data Documentation

◆ type

◆ parameters


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