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

EventCommandSentenceResolver.GetCommonEventIntArgSentence メソッド

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

名前空間:  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.Common.CommonEventId
コモンイベントID
intArgIndex
型: WodiLib.Common.CommonEventNumberArgIndex
[Range(0, 0~4)]引数インデックス
value
型: System.Int32
引数設定値
type
型: WodiLib.Project.EventCommandSentenceType
イベントコマンド種別
desc
型: WodiLib.Project.EventCommandSentenceResolveDesc
付加情報

戻り値

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