![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <unit.h>
Public Attributes | |
| int | id |
| time_t | wake_up |
| enum unit_activity | activity |
| int | activity_count |
| enum unit_activity unit_wait::activity |
Definition at line 121 of file unit.h.
Referenced by finish_unit_waits(), unit_activity_needs_target_from_client(), unit_assign_specific_activity_target(), and update_unit_activity().
| 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().
| int unit_wait::id |
Definition at line 120 of file unit.h.
Referenced by finish_unit_waits(), unit_wait_destroy(), and update_unit_activity().
| time_t unit_wait::wake_up |
Definition at line 121 of file unit.h.
Referenced by finish_unit_waits(), and update_unit_activity().