|
bool | cqsp::common::systems::commands::VerifyCommand (Universe &universe, entt::entity command) |
|
bool | cqsp::common::systems::commands::ProcessCommandQueue (Universe &universe, entt::entity body, Trigger trigger) |
| Returns true if a command is processed and popped, returns false if not. More...
|
|
void | cqsp::common::systems::commands::ExecuteCommand (Universe &universe, entt::entity entity, entt::entity command_entity, Command command) |
|
void | cqsp::common::systems::commands::TransferToMoon (Universe &universe, entt::entity agent, entt::entity target) |
|
void | cqsp::common::systems::commands::LandOnMoon (Universe &universe, entt::entity agent, entt::entity target, entt::entity city) |
|
void | cqsp::common::systems::commands::PushManeuvers (Universe &universe, entt::entity entity, std::initializer_list< components::Maneuver_t > maneuver, double offset) |
|
void | cqsp::common::systems::commands::PushManeuvers (Universe &universe, entt::entity entity, components::HohmannPair_t hohmann_pair, double offset) |
|