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 169 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 180 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 178 of file actions.h.

◆ [struct]

struct { ... } action_enabler::rulesave

◆ target_reqs

struct requirement_vector action_enabler::target_reqs