Hengband  2.2.1
データ構造 | マクロ定義 | 関数 | 変数
autopick.h ファイル
被依存関係図:

[ソースコード]

データ構造

struct  autopick_type
 自動拾い/破壊設定データの構造体 / A structure type for entry of auto-picker/destroyer [詳解]
 

マクロ定義

#define DO_AUTOPICK   0x01
 
#define DO_AUTODESTROY   0x02
 
#define DO_DISPLAY   0x04
 
#define DONT_AUTOPICK   0x08
 
#define ITEM_DISPLAY   0x10
 
#define DO_QUERY_AUTOPICK   0x20
 

関数

void autopick_load_pref (bool disp_mes)
 
errr process_autopick_file_command (char *buf)
 
concptr autopick_line_from_entry (autopick_type *entry)
 
int is_autopick (object_type *o_ptr)
 
void autopick_alter_item (INVENTORY_IDX item, bool destroy)
 
void autopick_delayed_alter (void)
 
void autopick_pickup_items (grid_type *g_ptr)
 
bool autopick_autoregister (object_type *o_ptr)
 
void do_cmd_edit_autopick (void)
 

変数

int max_autopick
 現在登録している自動拾い/破壊設定の数 [詳解]
 
int max_max_autopick
 自動拾い/破壊設定の限界数 [詳解]
 
autopick_typeautopick_list
 自動拾い/破壊設定構造体のポインタ配列 [詳解]
 

マクロ定義詳解

◆ DO_AUTODESTROY

#define DO_AUTODESTROY   0x02

◆ DO_AUTOPICK

#define DO_AUTOPICK   0x01

◆ DO_DISPLAY

#define DO_DISPLAY   0x04

◆ DO_QUERY_AUTOPICK

#define DO_QUERY_AUTOPICK   0x20

◆ DONT_AUTOPICK

#define DONT_AUTOPICK   0x08

◆ ITEM_DISPLAY

#define ITEM_DISPLAY   0x10

関数詳解

◆ autopick_alter_item()

void autopick_alter_item ( INVENTORY_IDX  item,
bool  destroy 
)
呼び出し関係図:

◆ autopick_autoregister()

bool autopick_autoregister ( object_type o_ptr)
呼び出し関係図:

◆ autopick_delayed_alter()

void autopick_delayed_alter ( void  )
呼び出し関係図:

◆ autopick_line_from_entry()

concptr autopick_line_from_entry ( autopick_type entry)
呼び出し関係図:

◆ autopick_load_pref()

void autopick_load_pref ( bool  disp_mes)
呼び出し関係図:

◆ autopick_pickup_items()

void autopick_pickup_items ( grid_type g_ptr)
呼び出し関係図:

◆ do_cmd_edit_autopick()

void do_cmd_edit_autopick ( void  )
呼び出し関係図:

◆ is_autopick()

int is_autopick ( object_type o_ptr)
呼び出し関係図:

◆ process_autopick_file_command()

errr process_autopick_file_command ( char *  buf)
呼び出し関係図:

変数詳解

◆ autopick_list

autopick_type* autopick_list

自動拾い/破壊設定構造体のポインタ配列

◆ max_autopick

int max_autopick

現在登録している自動拾い/破壊設定の数

◆ max_max_autopick

int max_max_autopick

自動拾い/破壊設定の限界数