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

#include <SimulatedGamesSnapshots.h>

Public Attributes

std::vector< SimulatedGameUnitSnapshotunitSnapshots = {}
 Units that took part in the game.
 
std::vector< SimulatedGameIterationSnapshotiterationSnapshots = {}
 Snapshots of iterations contained in the SimulatedGameSnapshot.
 
float absoluteTime = 0
 
float relativeTime = 0
 
size_t entityId = 0
 

Detailed Description

DTO - data transfer object / plain data object. Represents complete debug snapshot of SimulatedGame running for certain number of iterations


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