updated comment

This commit is contained in:
EmosewaMC 2022-02-06 20:33:07 -08:00
parent b7d7146821
commit 679f077772

View File

@ -399,8 +399,8 @@ private:
std::vector<Item*> 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);