10 #include "../stdafx.h"
11 #include "../script/api/script_object.hpp"
14 #include "../safeguards.h"
16 static const SaveLoad _randomizer_desc[] = {
30 SlSetArrayIndex(owner);
31 SlObject(&ScriptObject::GetRandomizer(owner), _randomizer_desc);
41 SlObject(&ScriptObject::GetRandomizer(index), _randomizer_desc);
51 extern const ChunkHandlerTable _randomizer_chunk_handlers(randomizer_chunk_handlers);
Owner
Enum for all companies/owners.
@ OWNER_END
Last + 1 owner.
@ OWNER_BEGIN
First owner.
int SlIterateArray()
Iterate through the elements of an array and read the whole thing.
std::vector< SaveLoad > SlTableHeader(const SaveLoadTable &slt)
Save or Load a table header.
void SlObject(void *object, const SaveLoadTable &slt)
Main SaveLoad function.
Functions/types related to saving and loading games.
std::reference_wrapper< const ChunkHandler > ChunkHandlerRef
A reference to ChunkHandler.
std::span< const ChunkHandlerRef > ChunkHandlerTable
A table of ChunkHandler entries.
#define SLE_VAR(base, variable, type)
Storage of a variable in every version of a savegame.
Declaration of functions used in more save/load files.
Handlers and description of chunk.
Structure to encapsulate the pseudo random number generators.
void Save() const override
Save the chunk.
void Load() const override
Load the chunk.