|
Cavestory Mod API
|
Stores changed map tile information. More...
#include <CaveNet_ExportedTypes.h>
Public Member Functions | |
| bool | operator== (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| bool | operator!= (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| bool | operator< (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| bool | operator<= (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| bool | operator> (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| bool | operator>= (const NetClient_MapTileChange &other) const |
| For SortedBinList compatibility. More... | |
| NetClient_MapTileChange () | |
| Constructor. | |
| NetClient_MapTileChange (int index) | |
| Constructor. | |
Public Attributes | |
| int | tile_index |
| The index in gMap.tiles of the tile. | |
| short | new_tile_id |
| The new tile index to be set. | |
Stores changed map tile information.
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |
|
inline |
For SortedBinList compatibility.
| other | The other class to compare ourselves to. |