|
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.
|
#include "common/actions/shiplaunchaction.h"#include <fmt/format.h>#include <spdlog/spdlog.h>#include <string>#include "common/components/bodies.h"#include "common/components/coordinates.h"#include "common/components/name.h"#include "common/components/orbit.h"#include "common/components/organizations.h"#include "common/components/ships.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::common |
| namespace | cqsp::common::actions |
Functions | |
| Node | cqsp::common::actions::CreateShip (Node &starsystem, Node &fleet, const glm::vec3 &orbit, const std::string &shipName="") |
| creates a ship with a name and assigns it to a fleet and solar system More... | |
| Node | cqsp::common::actions::CreateShip (Node &starsystem, Node &fleet, Node &orbit, const std::string &shipName) |
| Node | cqsp::common::actions::CreateShip (Node &starsystem, Node &fleet, const components::types::Orbit &orbit, const std::string &shipName) |
| entt::entity | cqsp::common::actions::LaunchShip (Universe &universe, const components::types::Orbit &orbit) |