diff --git a/GameObjectMethods.h b/GameObjectMethods.h index d300544..4e3ac80 100644 --- a/GameObjectMethods.h +++ b/GameObjectMethods.h @@ -126,6 +126,8 @@ namespace LuaGameObject /** * Returns the [Player] that can loot the [GameObject] * + * Not the original looter and may be nil. + * * @return [Player] player */ int GetLootRecipient(lua_State* L, GameObject* go) @@ -137,6 +139,8 @@ namespace LuaGameObject /** * Returns the [Group] that can loot the [GameObject] * + * Not the original looter and may be nil. + * * @return [Group] group */ int GetLootRecipientGroup(lua_State* L, GameObject* go)