リサイズはクリックかドラッグ

EventCommandSentenceResolverGetCommonEventIntArgSentence メソッド

コモンイベント数値引数の文字列を取得する。

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public string GetCommonEventIntArgSentence(
	CommonEventId id,
	CommonEventNumberArgIndex intArgIndex,
	int value,
	EventCommandSentenceType type,
	EventCommandSentenceResolveDesc desc
)

パラメーター

id
型: WodiLib.CommonCommonEventId
コモンイベントID
intArgIndex
型: WodiLib.CommonCommonEventNumberArgIndex
[Range(0, 0~4)]引数インデックス
value
型: SystemInt32
引数設定値
type
型: WodiLib.ProjectEventCommandSentenceType
イベントコマンド種別
desc
型: WodiLib.ProjectEventCommandSentenceResolveDesc
付加情報

戻り値

型: String
コモンイベント数値引数の文字列
関連項目