EventCommandSentenceResolver クラス |
名前空間: WodiLib.Project
public class EventCommandSentenceResolver
EventCommandSentenceResolver 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | EventCommandSentenceResolver |
コンストラクタ
|
名前 | 説明 | |
---|---|---|
![]() | ChangeableDatabase | 可変DB |
![]() | CommonEventList | コモンイベントリスト |
![]() | MapData | 読み込んだマップデータ |
![]() | SystemDatabase | システムDB |
![]() | UserDatabase | ユーザDB |
名前 | 説明 | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Objectから継承) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) |
![]() | GetCharacterName |
キャラクター名を取得する。
|
![]() | GetCommonEventId |
コモンイベントIDを返す。
|
![]() | GetCommonEventIdString |
コモンイベントID(文字列)を返す。
|
![]() | GetCommonEventIntArgSentence |
コモンイベント数値引数の文字列を取得する。
|
![]() | GetCommonEventName |
コモンイベント名を返す。
|
![]() | GetCommonEventSelfVariableName |
コモンイベントIDとインデックスからコモンイベントセルフ変数名を取得する。
|
![]() | GetCorrectEventIdByRelativeId |
相対指定のコモンイベントIDから絶対指定のコモンイベントIDを取得する。
|
![]() | GetDatabaseCommandSentenceForCsvIo |
CSV入出力のイベントコマンドDB文字列を取得する。
|
![]() | GetDatabaseCommandSentenceForSetVariable |
変数操作のイベントコマンドDB文字列を取得する。
|
![]() | GetDatabaseDataId |
タイプID、データ名を指定してデータIDを取得する。
|
![]() | GetDatabaseDataName |
タイプID、データIDを指定してDBのデータ名を取得する。
|
![]() | GetDatabaseItemId |
タイプID、項目名を指定して項目IDを取得する。
|
![]() | GetDatabaseItemIdForInputDatabase |
タイプID、項目名を指定して項目IDを取得する。
イベントコマンド「DB書込」専用。
|
![]() | GetDatabaseItemName |
タイプID、項目IDを指定してDBの項目名を取得する。
|
![]() | GetDatabaseTypeId |
タイプ名を指定してタイプIDを取得する。
|
![]() | GetDatabaseTypeName |
タイプIDを指定してDBのタイプ名を取得する。
|
![]() | GetHashCode | Serves as the default hash function. (Objectから継承) |
![]() | GetMapEventIdStr |
マップイベントID文字列を取得する。
|
![]() | GetMapEventIdStrByNumericEventId |
マップイベントID文字列を取得する。
|
![]() | GetMapEventName |
マップイベント名を取得する。
|
![]() | GetMapName |
マップイベント名を取得する。
|
![]() | GetNormalVariableName |
通常変数名を返す。
|
![]() | GetNumericVariableAddressString |
VariableAddress値からイベントコマンド文字列(数値変数)を取得する。
|
![]() | GetNumericVariableAddressStringIfVariableAddress |
int値からVariableAddressのイベントコマンド文字列(数値変数)を取得する。
指定した値がVariableAddressの範囲外の場合(999999以下の場合)、int値を文字列に変換して返す。
|
![]() | GetSpareVariableName |
予備変数名を返す。
|
![]() | GetStringVariableAddressString |
int値からVariableAddressのイベントコマンド文字列(文字列変数)を取得する。
|
![]() | GetStringVariableName |
文字列変数名を返す。
|
![]() | GetSystemStringVariableName |
システム文字列変数名を返す。
|
![]() | GetSystemVariableName |
システム変数名を返す。
|
![]() | GetTransferEventName |
場所移動対象のイベント名を取得する。
|
![]() | GetType | Gets the Type of the current instance. (Objectから継承) |
![]() | GetVariableAddressString |
int値からVariableAddressのイベントコマンド文字列(数値変数、文字列変数両用)を取得する。
|
![]() | GetVariableAddressStringIfVariableAddress |
int値からVariableAddressのイベントコマンド文字列(数値変数、文字列変数両用)を取得する。
指定した値がVariableAddressの範囲外の場合(999999以下の場合)、int値を文字列に変換して返す。
|
![]() ![]() | MakeIndentString |
インデント用文字列を生成する。
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) |
![]() | ToString | Returns a string that represents the current object. (Objectから継承) |