Terraria v1.4.4.9
Terraria source code documentation
|
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 = new object() |
Dictionary< string, int > | _killCountsByNpcId |
Definition at line 9 of file NPCKillsTracker.cs.