Feat(Documentation): Add missing documentation for all methods and classes (#315)

This commit is contained in:
Aldori
2025-09-17 09:01:24 -04:00
committed by GitHub
parent 313596f86e
commit b559d02658
20 changed files with 498 additions and 55 deletions

View File

@@ -8,6 +8,8 @@
#define GAMEOBJECTMETHODS_H
/***
* Represents a game object in the world, such as doors, chests, and other interactive objects.
*
* Inherits all methods from: [Object], [WorldObject]
*/
namespace LuaGameObject
@@ -224,7 +226,6 @@ namespace LuaGameObject
* @param uint32 amount = 1 : amount of the [Item] to add to the loot
* @return uint32 itemGUIDlow : low GUID of the [Item]
*/
int AddLoot(lua_State* L, GameObject* go)
{
int i = 1;