[][src]Module df_st_api::api::world_constructions

Statics

static_rocket_route_info_for_get_world_construction

Rocket code generated static route info.

static_rocket_route_info_for_get_world_construction_count

Rocket code generated static route info.

static_rocket_route_info_for_list_world_constructions

Rocket code generated static route info.

Functions

get_world_construction

Request a WorldConstruction by id.

get_world_construction_count

Request a counts about WorldConstruction grouped by a field.

list_world_constructions

Request a list of all WorldConstruction in the world. List is not ordered and some id's might be missing!

okapi_add_operation_for_get_world_construction_
okapi_add_operation_for_get_world_construction_count_
okapi_add_operation_for_list_world_constructions_
rocket_route_fn_get_world_construction

Rocket code generated wrapping route function.

rocket_route_fn_get_world_construction_count

Rocket code generated wrapping route function.

rocket_route_fn_list_world_constructions

Rocket code generated wrapping route function.