|
entt::entity | cqsp::common::systems::actions::OrderConstructionFactory (Universe &universe, entt::entity city, entt::entity market, entt::entity recipe, int productivity, entt::entity builder) |
| Will charge the entity builder the amount needed to construct the factory/building. You'll have to find a organization that can construct it though. More...
|
|
entt::entity | cqsp::common::systems::actions::CreateFactory (Universe &universe, entt::entity city, entt::entity recipe, int productivity) |
| Creates a factory from thin air More...
|
|
components::ResourceLedger | cqsp::common::systems::actions::GetFactoryCost (Universe &universe, entt::entity city, entt::entity recipe, int productivity) |
|
entt::entity | cqsp::common::systems::actions::CreateCommercialArea (Universe &universe, entt::entity city) |
|