From 679f0777724503591ad6d619d3c55a61fa658771 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Sun, 6 Feb 2022 20:33:07 -0800 Subject: [PATCH] updated comment --- dGame/dComponents/InventoryComponent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dGame/dComponents/InventoryComponent.h b/dGame/dComponents/InventoryComponent.h index 7082cfff..aaf9d23a 100644 --- a/dGame/dComponents/InventoryComponent.h +++ b/dGame/dComponents/InventoryComponent.h @@ -399,8 +399,8 @@ private: std::vector FindProxies(LWOOBJID parent); /** - * Returns if the provided ID is a valid proxy item (e.g. we have children for it) - * @param parent the parent item to check for + * Returns true if the provided LWOOBJID is the parent of this Item. + * @param parent the parent item to check for proxies * @return if the provided ID is a valid proxy item */ bool IsValidProxy(LWOOBJID parent);