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

WoditorProjectGetCommonEventEventCommandSentenceInfoListAsync メソッド

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

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public Task<IReadOnlyList<EventCommandSentenceInfo>> GetCommonEventEventCommandSentenceInfoListAsync(
	CommonEventId commonEventId,
	MpsFilePath filePath = null,
	bool isOutputFullSentence = false,
	bool useCache = true
)

パラメーター

commonEventId
型: WodiLib.CommonCommonEventId
コモンイベントID
filePath (Optional)
型: WodiLib.IOMpsFilePath
表示対象マップファイルパス
isOutputFullSentence (Optional)
型: SystemBoolean
イベントコマンド文字列完全出力フラグ
useCache (Optional)
型: SystemBoolean
プール使用フラグ (読み込みプール内に該当データが存在する場合、プールデータを返す)

戻り値

型: TaskIReadOnlyListEventCommandSentenceInfo
イベントコマンド文字列情報リスト
例外
例外条件
ArgumentOutOfRangeException指定されたcommonEventIdが存在しない場合
InvalidOperationExceptionMpsファイルが正しく読み込めない場合
関連項目