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.
Namespaces | Functions
shiplaunchaction.h File Reference
#include <string>
#include <entt/entt.hpp>
#include <glm/vec3.hpp>
#include "core/components/coordinates.h"
#include "core/components/orbit.h"
#include "core/universe.h"

Go to the source code of this file.

Namespaces

namespace  cqsp
 
namespace  cqsp::core
 
namespace  cqsp::core::actions
 

Functions

Node cqsp::core::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::core::actions::CreateShip (Node &starsystem, Node &fleet, Node &orbit, const std::string &shipName)
 
entt::entity cqsp::core::actions::LaunchShip (Universe &universe, const components::types::Orbit &orbit)
 
Node cqsp::core::actions::CreateShip (Node &starsystem, Node &fleet, const components::types::Orbit &orbit, const std::string &shipName)