We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5572 commit 695f86cCopy full SHA for 695f86c
LuaEngine.h
@@ -560,7 +560,7 @@ class ELUNA_GAME_API Eluna
560
void OnDestroy(Map* map);
561
void OnPlayerEnter(Map* map, Player* player);
562
void OnPlayerLeave(Map* map, Player* player);
563
- void OnMapUpdate(Map* map, uint32 diff);
+ void OnMapUpdate(Map* map, uint32 diff);
564
void OnAddToWorld(Creature* creature);
565
void OnRemoveFromWorld(Creature* creature);
566
void OnAddToWorld(GameObject* gameobject);
0 commit comments