Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
unit_move_data Struct Reference

Data Fields

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 91 of file unittools.c.

Field Documentation

◆ can_see_move

bv_player unit_move_data::can_see_move

Definition at line 96 of file unittools.c.

◆ can_see_unit

bv_player unit_move_data::can_see_unit

Definition at line 95 of file unittools.c.

Referenced by unit_goes_out_of_sight().

◆ old_vision

struct vision* unit_move_data::old_vision

Definition at line 97 of file unittools.c.

◆ powner

struct player* unit_move_data::powner

Definition at line 94 of file unittools.c.

Referenced by send_unit_info().

◆ punit

struct unit* unit_move_data::punit

Definition at line 93 of file unittools.c.

Referenced by server_remove_unit_full().

◆ ref_count

int unit_move_data::ref_count

Definition at line 92 of file unittools.c.

Referenced by unit_move_data_get().