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

CommonEventListGetCommonEventEventCommandSentenceInfoList メソッド

指定したコモンイベントのイベントコマンド文字列情報を返す。

名前空間:  WodiLib.Common
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public IReadOnlyList<EventCommandSentenceInfo> GetCommonEventEventCommandSentenceInfoList(
	CommonEventId commonEventId,
	EventCommandSentenceResolver resolver,
	EventCommandSentenceResolveDesc desc
)

パラメーター

commonEventId
型: WodiLib.CommonCommonEventId
[Range(0, Count - 1)] コモンイベントID
resolver
型: WodiLib.ProjectEventCommandSentenceResolver
名前解決クラスインスタンス
desc
型: WodiLib.ProjectEventCommandSentenceResolveDesc
付加情報

戻り値

型: IReadOnlyListEventCommandSentenceInfo
イベントコマンド文字列情報リスト
例外
例外条件
ArgumentOutOfRangeExceptioncommonEventIdが指定範囲外の場合
ArgumentNullException resolver または type が null の場合、 または必要なときに desc が null の場合
関連項目