CommonEventVariableIndex 構造体 |
名前空間: WodiLib.Cmn
[SerializableAttribute] public readonly struct CommonEventVariableIndex : IConvertibleInt, IEquatable<CommonEventVariableIndex>
CommonEventVariableIndex 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| CommonEventVariableIndex |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| IsStringIndex | 文字列フラグ |
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) | |
| Equals(CommonEventVariableIndex) |
値を比較する。
| |
| GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| ToInt |
int に変換する。
| |
| ToInt32 |
int に変換する。
| |
| ToString | Returns the fully qualified type name of this instance. (ValueTypeToStringをオーバーライド) |
| 名前 | 説明 | |
|---|---|---|
| Equality |
==
| |
| (Int32 to CommonEventVariableIndex) |
int -> CommonEventVariableIndex への暗黙的な型変換
| |
| (CommonEventVariableIndex to Int32) |
CommonEventVariableIndex -> int への暗黙的な型変換
| |
| Inequality |
!=
|
| 名前 | 説明 | |
|---|---|---|
| MaxValue | 最大値 | |
| MinValue | 最小値 | |
| StringIndex_MaxValue | 文字列セルフ変数インデックス最大値 | |
| StringIndex_MinValue | 文字列セルフ変数インデックス最小値 |