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

WoditorProjectGetMapEventEventCommandSentenceInfoListAsync メソッド

指定したマップデータ・マップイベント・ページのイベントコマンド文字列情報を返す。

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

パラメーター

filePath
型: WodiLib.IOMpsFilePath
読み込むMpsファイルパス
mapEventId
型: WodiLib.MapMapEventId
マップイベントID
eventPageNumber
型: SystemInt32
マップイベントページ番号
isOutputFullSentence (Optional)
型: SystemBoolean
イベントコマンド文字列完全出力フラグ
useCache (Optional)
型: SystemBoolean
プール使用フラグ (読み込みプール内に該当データが存在する場合、プールデータを返す)

戻り値

型: TaskIReadOnlyListEventCommandSentenceInfo
イベントコマンド文字列情報リスト
例外
例外条件
ArgumentNullExceptionfilePathがnullの場合
InvalidOperationExceptionMpsファイルが正しく読み込めない場合
関連項目