|
Cavestory Mod API
|
Public Member Functions | |
| NetFlagChangeData (unsigned short iFlagID, bool bNewValue) | |
| Constructor for DynamicSortedPointerBinList's FindIndex. | |
| NetFlagChangeData () | |
| Constructor. | |
Public Attributes | |
| unsigned short | m_FlagID |
| The flag ID. | |
| bool | m_NewValue |
| The new value of the flag. | |
| bool | m_Acknowledged |
| Whether this was acknowledged or not. | |
Protected Member Functions | |
| bool | operator< (const NetFlagChangeData &other) const |
| bool | operator<= (const NetFlagChangeData &other) const |
| bool | operator> (const NetFlagChangeData &other) const |
| bool | operator>= (const NetFlagChangeData &other) const |
| bool | operator!= (const NetFlagChangeData &other) const |
| bool | operator== (const NetFlagChangeData &other) const |