Cavestory Mod API
Public Member Functions | Public Attributes | List of all members
CaveNet::DataStructures::NetClient_MapTileChange Struct Reference

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.
 

Detailed Description

Stores changed map tile information.

Member Function Documentation

◆ operator!=()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator!= ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

◆ operator<()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator< ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

◆ operator<=()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator<= ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

◆ operator==()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator== ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

◆ operator>()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator> ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

◆ operator>=()

bool CaveNet::DataStructures::NetClient_MapTileChange::operator>= ( const NetClient_MapTileChange other) const
inline

For SortedBinList compatibility.

Parameters
otherThe other class to compare ourselves to.
Returns
Returns the result of the comparison.

The documentation for this struct was generated from the following file: