From 84b550c484577dbceb59a5b8e1b05a998591b654 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 27 Jan 2018 22:14:51 +0200 Subject: [PATCH] Update GameObjectMethods.h --- GameObjectMethods.h | 4 ++++ 1 file changed, 4 insertions(+) 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)