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

EventCommandSentenceResolverGetCorrectEventIdByRelativeId メソッド

相対指定のコモンイベントIDから絶対指定のコモンイベントIDを取得する。

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public CommonEventId GetCorrectEventIdByRelativeId(
	int targetCommonEventId,
	Nullable<int> thisCommonEventId,
	EventCommandSentenceType type
)

パラメーター

targetCommonEventId
型: SystemInt32
相対指定のコモンイベントID
thisCommonEventId
型: SystemNullableInt32
走査対象のコモンイベントID
type
型: WodiLib.ProjectEventCommandSentenceType
イベントコマンド種別

戻り値

型: CommonEventId
絶対指定したコモンイベントID
例外
例外条件
InvalidOperationExceptionイベントコマンド種別がCommon、かつthisCommonEventIdがnullの場合
関連項目