|
bool | cqsp::common::systems::loading::LoadName (Universe &universe, const entt::entity &entity, const Hjson::Value &value) |
| Returns true if name exists More...
|
|
bool | cqsp::common::systems::loading::LoadIdentifier (Universe &universe, const entt::entity &entity, const Hjson::Value &value) |
|
bool | cqsp::common::systems::loading::LoadDescription (Universe &universe, const entt::entity &entity, const Hjson::Value &value) |
|
bool | cqsp::common::systems::loading::LoadInitialValues (Universe &universe, const entt::entity &entity, const Hjson::Value &value) |
| Loads all the values that should be on every single data type Returns true if an identifier exists More...
|
|
components::ResourceLedger | cqsp::common::systems::loading::HjsonToLedger (Universe &universe, Hjson::Value &hjson) |
|
bool | cqsp::common::systems::loading::VerifyHjsonValueExists (const Hjson::Value &value, const std::string &name, Hjson::Type type) |
|
bool | cqsp::common::systems::loading::VerifyInitialValues (const Hjson::Value &value, const std::map< std::string, Hjson::Type > &map) |
| For the values that need to exist More...
|
|
double | cqsp::common::systems::loading::ReadUnit (std::string_view value, UnitType unit_type, bool *correct) |
|