ThisMapEventInfoAddress 演算子と型変換 |
ThisMapEventInfoAddress 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() ![]() | Addition |
このマップイベント情報アドレス値 + int を計算し、構造体を返す。
|
![]() ![]() | Equality(ThisMapEventInfoAddress, ThisMapEventInfoAddress) |
==
|
![]() ![]() | Equality(ThisMapEventInfoAddress, VariableAddress) |
==
|
![]() ![]() | (Int32 to ThisMapEventInfoAddress) |
int -> ThisMapEventInfoAddress への暗黙的な型変換
|
![]() ![]() | (ThisMapEventInfoAddress to Int32) |
ThisMapEventInfoAddress -> int への暗黙的な型変換
|
![]() ![]() | Inequality(ThisMapEventInfoAddress, ThisMapEventInfoAddress) |
!=
|
![]() ![]() | Inequality(ThisMapEventInfoAddress, VariableAddress) |
!=
|
![]() ![]() | Subtraction(ThisMapEventInfoAddress, Int32) |
このマップイベント情報アドレス値 - int を計算し、構造体を返す。
|
![]() ![]() | Subtraction(ThisMapEventInfoAddress, VariableAddress) |
アドレス値 - アドレス値 を計算し、アドレス値の差を返す。
|