Grail (C++)  1.3.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
grail::data::PlannerActionSnapshot Struct Reference

#include <PlannerSnapshots.h>

Public Member Functions

 PlannerActionSnapshot (const planner::Action &action, const planner::WorldState &worldState, const planner::WorldState &previousWorldState)
 

Public Attributes

std::string name {}
 
std::vector< std::string > parametrization {}
 
std::vector< PlannerWorldObjectSnapshotresultingWorldState {}
 

Detailed Description

DTO - data transfer object / plain data object. Container for debug data that describes action in a plan.


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