WodiKs Documentation
ConfigBranch
コモンイベント設定の選択肢クラス
名前空間『WodiKs.Ev.Common』に所属
public class
ConfigBranch
コモンイベント設定の選択肢単体を扱うクラスです
メンバ変数
型
変数名
説明
Int32
InternalValue
選択肢の内部値
String
DisplayString
表示文字列
メンバ関数
ConfigBranch()
コンストラクタ
各値が初期値で設定されます。
ConfigBranch(
Int32
_InternalValue,
String
_DisplayString)
コンストラクタ
指定した選択肢の内部値と表示文字列で構成します。
[ 引数 ]
_InternalValue
選択肢の内部値
_DisplayString
表示文字列
管理情報の概要
このコモンイベント設定の選択肢クラスが管理している情報の全体像です。
[コモンイベント設定の選択肢クラス]
┣
選択肢の内部値
┗
表示文字列