Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
This loader has to be loaded after PlanetLoader because it adds the cities to the respectve planets More...
#include <loadcities.h>
Public Member Functions | |
CityLoader (Universe &universe) | |
const Hjson::Value & | GetDefaultValues () override |
bool | LoadValue (const Hjson::Value &values, entt::entity entity) override |
void | PostLoad (const entt::entity &entity) override |
Public Member Functions inherited from cqsp::common::systems::loading::HjsonLoader | |
HjsonLoader (Universe &universe) | |
virtual | ~HjsonLoader ()=default |
int | LoadHjson (const Hjson::Value &values) |
Private Attributes | |
Hjson::Value | default_val |
Additional Inherited Members | |
Protected Attributes inherited from cqsp::common::systems::loading::HjsonLoader | |
Universe & | universe |
This loader has to be loaded after PlanetLoader because it adds the cities to the respectve planets
|
inlineexplicit |
|
inlineoverridevirtual |
Implements cqsp::common::systems::loading::HjsonLoader.
|
overridevirtual |
Implements cqsp::common::systems::loading::HjsonLoader.
|
overridevirtual |
Reimplemented from cqsp::common::systems::loading::HjsonLoader.
|
private |