|
Cavestory Mod API
|
Public Member Functions | |
| NetScoreInstance (CaveNet::DataStructures::NetScoreType *pType) | |
| Constructor for DynamicSortedPointerBinList's FindIndex. | |
| NetScoreInstance () | |
| Constructor. | |
Public Attributes | |
| NetScoreType * | m_Info |
| This instance's type. | |
| unsigned int | m_TotalPoints |
| The amount of points this instance has. | |
| unsigned int | m_MostPointsEver |
| The most points this player ever had. | |
| unsigned int | m_CurrentLifePoints |
| The amount of points this player has this life. | |
| long long | m_TimerStartTime |
| The amount of points this player has this life. | |
| bool | m_TimerStarted |
| The amount of points this player has this life. | |
Protected Member Functions | |
| bool | operator< (const NetScoreInstance &other) const |
| bool | operator<= (const NetScoreInstance &other) const |
| bool | operator> (const NetScoreInstance &other) const |
| bool | operator>= (const NetScoreInstance &other) const |
| bool | operator!= (const NetScoreInstance &other) const |
| bool | operator== (const NetScoreInstance &other) const |