|
entt::entity | cqsp::common::systems::actions::CreateShip (Universe &universe, entt::entity civEnt, const glm::vec3 &orbit, entt::entity starsystem) |
|
entt::entity | cqsp::common::systems::actions::CreateShip (Universe &universe, entt::entity civ, entt::entity orbit, entt::entity starsystem) |
|
entt::entity | cqsp::common::systems::actions::CreateShip (Universe &universe, entt::entity fleetEnt, entt::entity starsystemEnt, const glm::vec3 &orbit, const std::string &shipName) |
| creates a ship with a name and assigns it to a fleet and solar system More...
|
|
entt::entity | cqsp::common::systems::actions::CreateShip (Universe &universe, entt::entity fleetEnt, entt::entity starsystemEnt, entt::entity orbitEnt, const std::string &shipName) |
|
entt::entity | cqsp::common::systems::actions::LaunchShip (Universe &universe, components::types::Orbit &orbit) |
|