Hengband  2.2.1
フィールド
hist_type 構造体

生い立ちメッセージテーブルの構造体定義 / Player background information [詳解]

#include <history.h>

フィールド

concptr info
 
byte roll
 

メッセージ本文 / Textual History

[詳解]
 
byte chart
 

確率の重み / Frequency of this entry

[詳解]
 
byte next
 

生い立ちメッセージの流れを示すチャートID / Chart index

[詳解]
 
byte bonus
 

次のチャートID

[詳解]
 

詳解

生い立ちメッセージテーブルの構造体定義 / Player background information

フィールド詳解

◆ bonus

byte bonus

次のチャートID

◆ chart

byte chart

確率の重み / Frequency of this entry

◆ info

concptr info

◆ next

byte next

生い立ちメッセージの流れを示すチャートID / Chart index

◆ roll

byte roll

メッセージ本文 / Textual History


この構造体詳解は次のファイルから抽出されました: