Freeciv21
Develop your civilization from humble roots to a global empire
unit_move_data Struct Reference
+ Collaboration diagram for unit_move_data:

Public Attributes

int ref_count
 
struct unitpunit
 
struct playerpowner
 
bv_player can_see_unit
 
bv_player can_see_move
 
struct visionold_vision
 

Detailed Description

Definition at line 84 of file unittools.cpp.

Member Data Documentation

◆ can_see_move

bv_player unit_move_data::can_see_move

Definition at line 89 of file unittools.cpp.

Referenced by unit_move(), and unit_move_data().

◆ can_see_unit

bv_player unit_move_data::can_see_unit

Definition at line 88 of file unittools.cpp.

Referenced by send_unit_info(), unit_move(), and unit_move_data().

◆ old_vision

struct vision* unit_move_data::old_vision

Definition at line 90 of file unittools.cpp.

Referenced by unit_move_data(), and unit_move_data_unref().

◆ powner

struct player* unit_move_data::powner

Definition at line 87 of file unittools.cpp.

Referenced by send_unit_info(), and unit_move_data().

◆ punit

struct unit* unit_move_data::punit

Definition at line 86 of file unittools.cpp.

Referenced by send_unit_info(), unit_move(), unit_move_data(), and unit_move_data_unref().

◆ ref_count

int unit_move_data::ref_count

Definition at line 85 of file unittools.cpp.

Referenced by unit_move_data(), and unit_move_data_unref().