Raymond Maarloeve
Loading...
Searching...
No Matches
ConvertHistoryToBlocksDTO Class Reference

DTO class used to obtain history blocks generated by GameManager::ConvertHistoryToBlocks object. More...

Public Member Functions

override string ToString ()
 ToString override used for pretty printing.
 

Public Attributes

List< string > key_events
 List of true events that happened in the story.
 
List< string > false_events
 List of false events.
 

Detailed Description

DTO class used to obtain history blocks generated by GameManager::ConvertHistoryToBlocks object.

Member Function Documentation

◆ ToString()

override string ConvertHistoryToBlocksDTO.ToString ( )

ToString override used for pretty printing.

Returns
Pretty print of the object

Member Data Documentation

◆ false_events

List<string> ConvertHistoryToBlocksDTO.false_events

List of false events.

◆ key_events

List<string> ConvertHistoryToBlocksDTO.key_events

List of true events that happened in the story.


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