Hengband  2.2.1
realm-death.h
[詳解]
1 extern concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode);
const char * concptr
文字列定数用ポインタ定義 / A simple pointer (to unmodifiable strings)
Definition: h-type.h:47
s32b SPELL_IDX
各魔法領域/職業能力ごとの呪文ID型定義
Definition: h-type.h:243
u32b BIT_FLAGS
32ビットのフラグ配列の型定義
Definition: h-type.h:225
Definition: player-status.h:86
concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
暗黒領域魔法の各処理を行う
Definition: realm-death.c:21