![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Callback and struct for caravan_search invocation in caravan_find_best_destination_withtransit. More...
Collaboration diagram for cfbdw_data:Public Attributes | |
| const struct caravan_parameter * | param |
| const struct unit * | caravan |
| struct caravan_result * | best |
Callback and struct for caravan_search invocation in caravan_find_best_destination_withtransit.
Definition at line 513 of file caravan.cpp.
| struct caravan_result* cfbdw_data::best |
Definition at line 516 of file caravan.cpp.
Referenced by caravan_find_best_destination_withtransit(), and cfbdw_callback().
| const struct unit* cfbdw_data::caravan |
Definition at line 515 of file caravan.cpp.
Referenced by caravan_find_best_destination(), caravan_find_best_destination_withtransit(), and cfbdw_callback().
| const struct caravan_parameter* cfbdw_data::param |
Definition at line 514 of file caravan.cpp.
Referenced by caravan_find_best_destination_withtransit(), and cfbdw_callback().