mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-25 14:17:00 +00:00
updated comment
This commit is contained in:
parent
b7d7146821
commit
679f077772
@ -399,8 +399,8 @@ private:
|
|||||||
std::vector<Item*> FindProxies(LWOOBJID parent);
|
std::vector<Item*> FindProxies(LWOOBJID parent);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns if the provided ID is a valid proxy item (e.g. we have children for it)
|
* Returns true if the provided LWOOBJID is the parent of this Item.
|
||||||
* @param parent the parent item to check for
|
* @param parent the parent item to check for proxies
|
||||||
* @return if the provided ID is a valid proxy item
|
* @return if the provided ID is a valid proxy item
|
||||||
*/
|
*/
|
||||||
bool IsValidProxy(LWOOBJID parent);
|
bool IsValidProxy(LWOOBJID parent);
|
||||||
|
Loading…
Reference in New Issue
Block a user