D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
CreatureTemplate.cpp
[詳解]
1 
9 #include "stdafx.h"
10 #include "CreatureTemplate.h"
11 
12 namespace Deeangband
13 {
14  CreatureTemplate::CreatureTemplate(void) : GameElement()
15  {
16  this->WipeData();
17  return;
18  }
19 
20  CreatureTemplate::‾CreatureTemplate(void)
21  {
22  this->WipeData();
23  return;
24  }
25 
26  void CreatureTemplate::WipeData(void)
27  {
28  this->statusPlus.Set(0, 0, 0, 0, 0, 0);
29  this->disciplinePlus.SetPoint(0, 0, 0, 0, 0);
30  return;
31  }
32 
33 
34  BaseStatusTable* CreatureTemplate::GetStatusPlus(void)
35  {
36  return &(this->statusPlus);
37  }
38 
39  Discipline* CreatureTemplate::GetDisciplinePlus(void)
40  {
41  return &(this->disciplinePlus);
42  }
43 
44 }
CreatureTemplateクラスとその他付随要素のプロトタイプ
Discipline disciplinePlus
修養値修正
標準のシステム インクルード ファイルのインクルード ファイル、または 参照回数が多く、かつあまり変更さ...
BaseStatusTable statusPlus
ステータス修正