Freeciv21
Develop your civilization from humble roots to a global empire
cfbdw_data Struct Reference

Callback and struct for caravan_search invocation in caravan_find_best_destination_withtransit. More...

+ Collaboration diagram for cfbdw_data:

Public Attributes

const struct caravan_parameterparam
 
const struct unitcaravan
 
struct caravan_resultbest
 

Detailed Description

Callback and struct for caravan_search invocation in caravan_find_best_destination_withtransit.

Definition at line 513 of file caravan.cpp.

Member Data Documentation

◆ best

struct caravan_result* cfbdw_data::best

Definition at line 516 of file caravan.cpp.

Referenced by caravan_find_best_destination_withtransit(), and cfbdw_callback().

◆ caravan

const struct unit* cfbdw_data::caravan

◆ param

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().