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

#include <unit.h>

Public Attributes

int id
 
time_t wake_up
 
enum unit_activity activity
 
int activity_count
 

Detailed Description

Definition at line 119 of file unit.h.

Member Data Documentation

◆ activity

enum unit_activity unit_wait::activity

◆ activity_count

int unit_wait::activity_count

Definition at line 123 of file unit.h.

Referenced by finish_unit_wait(), finish_unit_waits(), and update_unit_activity().

◆ id

int unit_wait::id

Definition at line 120 of file unit.h.

Referenced by finish_unit_waits(), unit_wait_destroy(), and update_unit_activity().

◆ wake_up

time_t unit_wait::wake_up

Definition at line 121 of file unit.h.

Referenced by finish_unit_waits(), and update_unit_activity().