Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
texai_msg Struct Reference

#include <texaimsg.h>

Data Fields

enum texaimsgtype type
 
struct playerplr
 
voiddata
 

Detailed Description

Definition at line 54 of file texaimsg.h.

Field Documentation

◆ data

void* texai_msg::data

Definition at line 58 of file texaimsg.h.

Referenced by texai_check_messages(), and texai_send_msg().

◆ plr

struct player* texai_msg::plr

Definition at line 57 of file texaimsg.h.

Referenced by texai_check_messages(), and texai_send_msg().

◆ type

enum texaimsgtype texai_msg::type

Definition at line 56 of file texaimsg.h.

Referenced by texai_check_messages(), and texai_send_msg().