|
OpenTTD Source
14.0-beta3
|
Contains information about one logged action that caused at least one logged change. More...
#include <gamelog_internal.h>
Data Fields | |
| std::vector< std::unique_ptr< LoggedChange > > | change |
| Logged changes in this action. | |
| GamelogActionType | at |
| Type of action. | |
| uint64_t | tick |
| Tick when it happened. | |
Contains information about one logged action that caused at least one logged change.
Definition at line 142 of file gamelog_internal.h.