|
Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
| action_id | id |
| char | ui_name [MAX_LEN_NAME] |
| bool | quiet |
| enum action_result | result |
| bv_action_sub_results | sub_results |
| bool | actor_consuming_always |
| enum action_actor_kind | act_kind |
| enum action_target_kind | tgt_kind |
| enum action_sub_target_kind | sub_tgt_kind |
| int | min_distance |
| int | max_distance |
| bv_actions | blocked_by |
Definition at line 1390 of file packets_gen.h.
| enum action_actor_kind packet_ruleset_action::act_kind |
Definition at line 1397 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| bool packet_ruleset_action::actor_consuming_always |
Definition at line 1396 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| bv_actions packet_ruleset_action::blocked_by |
Definition at line 1402 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| action_id packet_ruleset_action::id |
Definition at line 1391 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| int packet_ruleset_action::max_distance |
Definition at line 1401 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| int packet_ruleset_action::min_distance |
Definition at line 1400 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| bool packet_ruleset_action::quiet |
Definition at line 1393 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| enum action_result packet_ruleset_action::result |
Definition at line 1394 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| bv_action_sub_results packet_ruleset_action::sub_results |
Definition at line 1395 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| enum action_sub_target_kind packet_ruleset_action::sub_tgt_kind |
Definition at line 1399 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| enum action_target_kind packet_ruleset_action::tgt_kind |
Definition at line 1398 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().
| char packet_ruleset_action::ui_name[MAX_LEN_NAME] |
Definition at line 1392 of file packets_gen.h.
Referenced by handle_ruleset_action(), send_packet_ruleset_action_100(), and send_ruleset_actions().