Hengband  2.2.1
関数
realm-trump.c ファイル
#include "angband.h"
#include "util.h"
#include "cmd-spell.h"
#include "mutation.h"
#include "spells.h"
#include "spells-summon.h"
#include "spells-status.h"
#include "spells-object.h"
#include "player-effects.h"
#include "player-class.h"
#include "targeting.h"
realm-trump.c の依存先関係図:

関数

concptr do_trump_spell (player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
 トランプ領域魔法の各処理を行う [詳解]
 

関数詳解

◆ do_trump_spell()

concptr do_trump_spell ( player_type caster_ptr,
SPELL_IDX  spell,
BIT_FLAGS  mode 
)

トランプ領域魔法の各処理を行う

引数
spell魔法ID
mode処理内容 (SPELL_NAME / SPELL_DESC / SPELL_INFO / SPELL_CAST)
戻り値
SPELL_NAME / SPELL_DESC / SPELL_INFO 時には文字列ポインタを返す。SPELL_CAST時はNULL文字列を返す。
呼び出し関係図: