Freeciv-3.3
Loading...
Searching...
No Matches
Public Types | Data Fields
call Struct Reference

Public Types

enum  oct { OCT_NEW_TURN , OCT_UNIT , OCT_CITY , OCT_TILE }
 

Data Fields

struct my_agent * agent
 
enum call::oct type
 
enum callback_type cb_type
 
int arg
 

Detailed Description

Definition at line 52 of file agents.c.

Member Enumeration Documentation

◆ oct

Enumerator
OCT_NEW_TURN 
OCT_UNIT 
OCT_CITY 
OCT_TILE 

Definition at line 54 of file agents.c.

Field Documentation

◆ agent

struct my_agent* call::agent

Definition at line 53 of file agents.c.

Referenced by execute_call().

◆ arg

int call::arg

Definition at line 56 of file agents.c.

Referenced by enqueue_call(), and execute_call().

◆ cb_type

enum callback_type call::cb_type

Definition at line 55 of file agents.c.

Referenced by execute_call().

◆ type

enum call::oct call::type

Referenced by execute_call().