terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NPCKillsTracker () | |
void | RegisterKill (NPC npc) |
int | GetKillCount (NPC npc) |
void | SetKillCountDirectly (string persistentId, int killCount) |
int | GetKillCount (string persistentId) |
void | Save (BinaryWriter writer) |
void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
void | ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn) |
void | Reset () |
void | OnPlayerJoining (int playerIndex) |
Static Public Attributes | |
const int | POSITIVE_KILL_COUNT_CAP = 999999999 |
Private Attributes | |
object | _entryCreationLock |
Dictionary< string, int > | _killCountsByNpcId |
Definition at line 13 of file NPCKillsTracker.cs.