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

EventCommandBase クラス

イベントコマンドのすべて共通処理を定義する。
継承階層
SystemObject
  WodiLib.SysModelBaseEventCommandBase
    WodiLib.Event.EventCommandEventCommandBase
      More...

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[SerializableAttribute]
public abstract class EventCommandBase : ModelBase<EventCommandBase>, 
	IEventCommand, IEquatable<IEventCommand>

EventCommandBase 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Protected メソッドEventCommandBase
EventCommandBaseクラスの新しいインスタンスを初期化します
トップ
プロパティ
  名前説明
Public プロパティActionEntry
キャラ動作指定

動作指定を持たないコマンドの場合、null

Public プロパティAllNumberArgList
すべての数値引数リスト
Public プロパティAllStringArgList
すべての文字列引数リスト
Public プロパティEventCommandCode
イベントコマンドコード
Protected プロパティEventCommandColorSet
イベントコマンドカラーセット
Public プロパティExpansionNumberArgList
拡張数値引数リスト
Public プロパティExpansionString
拡張文字列
Public プロパティExpansionStringArgList
拡張文字列引数リスト
Public プロパティHasActionEntry
動作指定ありフラグ
Public プロパティIndent
インデントの深さ
Public プロパティ静的メンバーNumberArgsLengthMax
数値引数最大数
Public プロパティ静的メンバーNumberArgsLengthMin
数値引数最小数
Public プロパティNumberVariableCount
数値変数個数
Public プロパティNumberVariableCountMin
数値変数最小個数
Public プロパティRawEventCommandCode
実際のイベントコマンドコード
Public プロパティ静的メンバーStringArgsLengthMax
文字列引数最大数
Public プロパティ静的メンバーStringArgsLengthMin
文字列引数最小数
Public プロパティStringVariableCount
文字列変数個数
Public プロパティStringVariableCountMin
文字列変数最小個数
Protected プロパティWodiLibLogger
ロガー
トップ
メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBaseTChildから継承)
Public メソッドEquals(EventCommandBase)
値を比較する。
(ModelBaseTChildEquals(TChild)をオーバーライド)
Public メソッドEquals(IEventCommand)
Indicates whether the current object is equal to another object of the same type.
Public メソッドEquals(ModelBaseTChild)
値を比較する。
(ModelBaseTChildから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetEventCommandSentenceInfo
イベントコマンド文字列情報を取得する。
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBaseTChildから継承)
Public メソッドGetNumberVariable
インデックスを指定して数値変数を取得する。 拡張引数にも対応する。
Public メソッドGetSafetyNumberVariable
インデックスを指定して数値変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
Public メソッドGetSafetyStringVariable
インデックスを指定して文字列変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
Public メソッドGetStringVariable
インデックスを指定して文字列変数を取得する。 拡張引数にも対応する。
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMakeEventCommandMainSentence
イベントコマンド文字列のメイン部分(インデント以降の部分)を生成する。
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBaseTChildから継承)
Public メソッドOutputVersionWarningLogIfNeed
VersionConfigにセットされたバージョンとイベントコマンドの内容を確認し、 イベントコマンドの内容が設定バージョンに対応していないものであれば警告ログを出力する。
Public メソッドSetNumberVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
Public メソッドSetSafetyNumberVariable
インデックスを指定して数値変数を設定する。 ウディタ標準仕様でサポートしているインデックスのみ設定可能。
Public メソッドSetSafetyStringVariable
インデックスを指定して文字列変数を設定する。 ウディタ標準仕様でサポートしているインデックスのみ設置可能。
Public メソッドSetStringVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
Public メソッドToBinary
バイナリデータに変換する。
Public メソッドToEventCodeString
イベントコードに変換する。
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
トップ
イベント
フィールド
  名前説明
Protected フィールドCommandCodeFormat
コマンドコードフォーマット
トップ
関連項目
継承階層
SystemObject
  WodiLib.SysModelBaseEventCommandBase
    WodiLib.Event.EventCommandEventCommandBase
      WodiLib.Event.EventCommandBlank
      WodiLib.Event.EventCommandBreakChoiceForce
      WodiLib.Event.EventCommandCallCommonEventBase
      WodiLib.Event.EventCommandChangeMapChipSetting
      WodiLib.Event.EventCommandChangeScreenColor
      WodiLib.Event.EventCommandCharacterEffect
      WodiLib.Event.EventCommandCheckPoint
      WodiLib.Event.EventCommandChoiceStart
      WodiLib.Event.EventCommandChoiceStartForkingSpecialBase
      WodiLib.Event.EventCommandClearDebugText
      WodiLib.Event.EventCommandComment
      WodiLib.Event.EventCommandConditionElse
      WodiLib.Event.EventCommandConditionNumberStart
      WodiLib.Event.EventCommandConditionStringStart
      WodiLib.Event.EventCommandDBManagementBase
      WodiLib.Event.EventCommandDebugText
      WodiLib.Event.EventCommandDeviceInputControl
      WodiLib.Event.EventCommandDownload
      WodiLib.Event.EventCommandEraseEvent
      WodiLib.Event.EventCommandExecutionTransition
      WodiLib.Event.EventCommandForceExitEvent
      WodiLib.Event.EventCommandForkEnd
      WodiLib.Event.EventCommandForkingStartBase
      WodiLib.Event.EventCommandGameEnd
      WodiLib.Event.EventCommandGoToTitleScreen
      WodiLib.Event.EventCommandHaltNonPictureUpdate
      WodiLib.Event.EventCommandJumpToLabel
      WodiLib.Event.EventCommandKeyInputAutoBasic
      WodiLib.Event.EventCommandKeyInputAutoKeyboard
      WodiLib.Event.EventCommandKeyInputAutoMouse
      WodiLib.Event.EventCommandKeyInputBase
      WodiLib.Event.EventCommandLoad
      WodiLib.Event.EventCommandLoadSpecificSaveData
      WodiLib.Event.EventCommandLoopBreak
      WodiLib.Event.EventCommandLoopContinue
      WodiLib.Event.EventCommandLoopEnd
      WodiLib.Event.EventCommandLoopFiniteStart
      WodiLib.Event.EventCommandLoopInfiniteStart
      WodiLib.Event.EventCommandMapEffectShake
      WodiLib.Event.EventCommandMapEffectZoom
      WodiLib.Event.EventCommandMessage
      WodiLib.Event.EventCommandMoveDuringEventsOff
      WodiLib.Event.EventCommandMoveDuringEventsOn
      WodiLib.Event.EventCommandMoveRoute
      WodiLib.Event.EventCommandOverwriteMapChips
      WodiLib.Event.EventCommandPartyGraphicBase
      WodiLib.Event.EventCommandPictureDelayReset
      WodiLib.Event.EventCommandPictureDrawBase
      WodiLib.Event.EventCommandPictureEffect
      WodiLib.Event.EventCommandPictureErase
      WodiLib.Event.EventCommandPreparationTransition
      WodiLib.Event.EventCommandResumeNonPictureUpdate
      WodiLib.Event.EventCommandSave
      WodiLib.Event.EventCommandSaveSpecificSaveData
      WodiLib.Event.EventCommandScrollScreen
      WodiLib.Event.EventCommandSetLabel
      WodiLib.Event.EventCommandSetStringBase
      WodiLib.Event.EventCommandSetVariableBase
      WodiLib.Event.EventCommandSetVariablePlusBase
      WodiLib.Event.EventCommandSoundBase
      WodiLib.Event.EventCommandSpecialCheckPoint
      WodiLib.Event.EventCommandStandardKeyInputControl
      WodiLib.Event.EventCommandStopForceMessage
      WodiLib.Event.EventCommandSwitchChipSet
      WodiLib.Event.EventCommandSyntheticVoice
      WodiLib.Event.EventCommandTransferBase
      WodiLib.Event.EventCommandTransitionWithOption
      WodiLib.Event.EventCommandUnknown
      WodiLib.Event.EventCommandWaitEventCommand
      WodiLib.Event.EventCommandWaitForMovement