[DiscordArchive] I found that some function names were updated, but some of them are not very understandable,such as:
[DiscordArchive] I found that some function names were updated, but some of them are not very understandable,such as:
Archived author: leewheel • Posted: 2025-02-16T22:38:11.410000+00:00
Original source
I found that some function names were updated, but some of them are not very understandable,such as:
``` virtual void OnCreatureKill(Player* /*killer*/, Creature* /*killed*/) { }``` change to ```virtual void OnPlayerCreatureKill(Player* /*killer*/, Creature* /*killed*/) { }``` I think is that ```virtual void OnPlayerKillCreature(Player* /*killer*/, Creature* /*killed*/) { }```?