Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
action_enabler Struct Reference

#include <actions.h>

Data Fields

action_id action
 
struct requirement_vector actor_reqs
 
struct requirement_vector target_reqs
 
struct { 
 
   bool   ruledit_disabled 
 
   char *   comment 
 
rulesave 
 

Detailed Description

Definition at line 165 of file actions.h.

Field Documentation

◆ action

action_id action_enabler::action

◆ actor_reqs

struct requirement_vector action_enabler::actor_reqs

◆ comment

char* action_enabler::comment

Definition at line 176 of file actions.h.

Referenced by tab_enabler::comment_given(), and tab_enabler::update_enabler_info().

◆ ruledit_disabled

bool action_enabler::ruledit_disabled

Definition at line 174 of file actions.h.

Referenced by tab_enabler::delete_now().

◆ [struct]

struct { ... } action_enabler::rulesave

◆ target_reqs

struct requirement_vector action_enabler::target_reqs